Merge pull request #1 from openstack-charmers/fix-travis-test-matrix

Fix Travis test matrix
This commit is contained in:
Frode Nordahl 2019-02-06 10:04:47 +01:00 committed by GitHub
commit 650a3947cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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