Update .travis.yml

switch to codecov
This commit is contained in:
Jamie Hardt
2019-01-05 12:49:52 -08:00
committed by GitHub
parent d23fa33558
commit 08dea6031d

View File

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