Update .travis.yml

This commit is contained in:
Kevin Fronczak
2017-03-06 23:32:08 -05:00
committed by GitHub
parent ac440d814e
commit 3a5c85e6dd
+1 -1
View File
@@ -12,7 +12,7 @@ matrix:
- python: "3.6-dev"
env: TOXENV=py36
install: "pip install -r requirements.txt"
install: pip install -U tox coveralls
language: python
script: tox
after_success: coveralls