Add codecov to Travis
parent
08f638243e
commit
6298f3a0f6
|
|
@ -6,6 +6,7 @@ build/
|
|||
dist/
|
||||
*.egg-info/
|
||||
.coverage
|
||||
coverage.xml
|
||||
|
||||
.pytest_cache/
|
||||
_build/
|
||||
|
|
|
|||
|
|
@ -6,4 +6,6 @@ before_install:
|
|||
install:
|
||||
- pip install ".[dev]"
|
||||
script:
|
||||
- pytest
|
||||
- pytest
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
codecov==2.0.15
|
||||
pytest==3.8.0
|
||||
pytest-runner==4.2
|
||||
Sphinx==1.7.9
|
||||
Loading…
Reference in New Issue