Fix Travis test matrix

This commit is contained in:
Frode Nordahl 2019-02-06 10:01:43 +01:00
parent d515ede351
commit 2407e9ec24
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 4 additions and 1 deletions

View File

@ -3,5 +3,8 @@ python:
- "3.5"
- "3.6"
install: pip install tox-travis
env:
- ENV=pep8
- ENV=py3
script:
- tox -e pep8,py35,py36
- tox -e $ENV