Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-05 12:48:11 -08:00
committed by GitHub
parent 8564fd1fd8
commit 8c8fdc1bb3

View File

@@ -14,10 +14,7 @@ before_install:
- "pip install coverage"
- "pip install codecov"
# - "pip install coverage==4.4"
- "pip install pytest-cov==2.5.0"
- "pip install python-coveralls"
install:
- "pip install setuptools"
after_success:
- "codecov"
- coveralls