From 7a83e7148d4132f3b3d27708d585eb12ccd35ba5 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sun, 22 Nov 2020 15:21:13 +0100 Subject: [PATCH] CI: test with Python 3.9 stable --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2342ba0..b8861da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - 3.6 - 3.7 - 3.8 - - 3.9-dev + - 3.9 - 3.10-dev install: - pip install tox-travis codecov @@ -22,7 +22,7 @@ matrix: fast_finish: true include: - - python: 3.8 + - python: 3.9 env: - TOXENV=flake8