Skip to content

Commit a2aecc5

Browse files
committed
Updated requirements and travis.yml for codecov
1 parent 60e795e commit a2aecc5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ install:
1111
- pip install sphinx_rtd_theme
1212

1313
script:
14-
- pytest
15-
- py.test --cov-report term --cov=app/test/
14+
- pytest --cov=ParticleSpy
1615
- cd docs
1716
- make html
1817
- touch _build/html/.nojekyll

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
PyQt5
1+
PyQt5
2+
coverage>=4.4.0
3+
pytest>=3.6.0
4+
pytest-cov

0 commit comments

Comments
 (0)