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: matrix:
include: include:
- python: 2.7 - python: 2.7
env: env: TOX_ENV=py27
- TOX_ENV=py27
- python: 3.4 - python: 3.4
env: env: TOX_ENV=py34
- TOX_ENV=py34
- python: 3.5 - python: 3.5
env: env: TOX_ENV=py35
- TOX_ENV=py35
- python: 3.6 - python: 3.6
env: env: TOX_ENV=py36
- TOX_ENV=py36 - python: 3.7
dist: xenial # required for Python >= 3.7
env: TOX_ENV=py37
- python: pypy - python: pypy
env: env: TOX_ENV=pypy
- TOX_ENV=pypy
install: install:
- pip install tox - pip install tox
script: script: