Don't run older Python versions on travis

This commit is contained in:
Dave Halter
2020-07-24 02:15:44 +02:00
parent 9c5fb1ac94
commit 1a99fdd333

View File

@@ -1,21 +1,16 @@
dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8.2
- nightly
- pypy2.7-6.0
- pypy3.5-6.0
matrix:
allow_failures:
- python: nightly
include:
- python: 3.5
env: TOXENV=py35-coverage
- python: 3.8
env: TOXENV=py38-coverage
install:
- pip install --quiet tox-travis
script: