Add codecov to Travis
This commit is contained in:
@@ -6,6 +6,7 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.coverage
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
_build/
|
_build/
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ install:
|
|||||||
- pip install ".[dev]"
|
- pip install ".[dev]"
|
||||||
script:
|
script:
|
||||||
- pytest
|
- pytest
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
codecov==2.0.15
|
||||||
pytest==3.8.0
|
pytest==3.8.0
|
||||||
pytest-runner==4.2
|
pytest-runner==4.2
|
||||||
Sphinx==1.7.9
|
Sphinx==1.7.9
|
||||||
Reference in New Issue
Block a user