travis: remove python3.4, add python3.7

This commit is contained in:
Cosimo Lupo 2018-07-24 12:22:15 +01:00
parent 38566f3a30
commit 6f94e2ce23
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -15,14 +15,18 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27-cov
- python: 3.4
env: TOXENV=py34-cov
- python: 3.5
env: TOXENV=py35-cov
- python: 3.6
env:
- TOXENV=py36-cov
- BUILD_DIST=true
- python: 3.7
env: TOXENV=py37-cov
# required to run python3.7 on Travis CI
# https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial
sudo: true
- python: pypy2.7-5.8.0
# disable coverage.py on pypy because of performance problems
env: TOXENV=pypy-nocov