Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-05 12:55:09 -08:00
committed by GitHub
parent 08dea6031d
commit 5d14c3177a

View File

@@ -11,5 +11,6 @@ install:
before_install: before_install:
- "pip install coverage" - "pip install coverage"
- "pip install codecov" - "pip install codecov"
- "pip install pytest-cov==2.5.0"
after_success: after_success:
- "codecov" - "codecov"