diff options
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 7662ef1..2f039bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,22 +2,21 @@ language: python os: linux dist: bionic cache: pip -python: - - 2.7 - - 3.5 - - 3.6 - - 3.7 - - 3.8 - - 3.9 - - pypy3 jobs: include: - python: 2.6 dist: trusty + - python: 2.7 - python: 3.4 dist: xenial + - python: 3.5 + - python: 3.6 + - python: 3.7 + - python: 3.8 + - python: 3.9 - python: pypy dist: xenial + - python: pypy3 - python: 3.8 env: TOXENV=flake8 - python: 3.8 |