Travis CI: Add Python 3.7 to the tests

Python 3.4 is end of life...  Should we drop support for it?
This commit is contained in:
Christian Clauss 2019-07-31 06:30:22 +02:00 committed by GitHub
parent 78fb6cf2f1
commit c6c2dfdc28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,20 +9,18 @@ before_install:
matrix:
include:
- python: 2.7
env:
- TOX_ENV=py27
env: TOX_ENV=py27
- python: 3.4
env:
- TOX_ENV=py34
env: TOX_ENV=py34
- python: 3.5
env:
- TOX_ENV=py35
env: TOX_ENV=py35
- python: 3.6
env:
- TOX_ENV=py36
env: TOX_ENV=py36
- python: 3.7
dist: xenial # required for Python >= 3.7
env: TOX_ENV=py37
- python: pypy
env:
- TOX_ENV=pypy
env: TOX_ENV=pypy
install:
- pip install tox
script: