Add Python 3.5 env back to Travis tests. Refs #2571

Previous change resulted in Python 3.5 missing from the test
environment, as well as a duplicate Python 3.6 test run.
This commit is contained in:
Justin Mayer 2019-06-24 20:21:19 +02:00
commit 80540281bc

View file

@ -5,12 +5,10 @@ env:
- TOX_ENV=docs
- TOX_ENV=flake8
- TOX_ENV=py27
- TOX_ENV=py35
- TOX_ENV=py36
matrix:
include:
- python: 3.6
env:
- TOX_ENV=py36
- python: 3.7
sudo: true
dist: xenial