More travis trying

This commit is contained in:
Dave Halter
2017-12-31 14:10:08 +01:00
parent 39f82bc5aa
commit 966bd53b40
2 changed files with 3 additions and 2 deletions

View File

@@ -29,8 +29,8 @@ matrix:
- python: "3.7-dev"
install:
- pip install --quiet tox-travis
script:
- ./travis_install.sh
script:
- tox
after_script:
- if [ $TOXENV == "cov" ]; then