also remove double-test of py39
@@ -7,33 +7,29 @@ cache:
matrix:
fast_finish: true
include:
- - python: "3.5.2" # Use version 3.5.2 because it has lzma support while 3.5(.0) does not
+ - python: "3.5"
os: linux
dist: xenial
env: TOXENV=py35
- python: "3.6"
- dist: xenial
+ dist: bionic
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
- python: "3.8"
+ dist: focal
env: TOXENV=py38
- - python: "3.9-dev"
- os: linux
- env: TOXENV=py39
- python: "3.9-dev"
dist: focal
env: TOXENV=py39
- - python: "3.6"
+ - python: "3.8"
env: TOXENV=flake8
- language: generic
os: osx