Add codecov to Travis

This commit is contained in:
Vinayak Mehta
2018-09-25 12:03:55 +05:30
parent 08f638243e
commit 6298f3a0f6
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ build/
dist/
*.egg-info/
.coverage
coverage.xml
.pytest_cache/
_build/
+2
View File
@@ -7,3 +7,5 @@ install:
- pip install ".[dev]"
script:
- pytest
after_success:
- codecov
+1
View File
@@ -1,3 +1,4 @@
codecov==2.0.15
pytest==3.8.0
pytest-runner==4.2
Sphinx==1.7.9