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