We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e795e commit a2aecc5Copy full SHA for a2aecc5
2 files changed
.travis.yml
@@ -11,8 +11,7 @@ install:
11
- pip install sphinx_rtd_theme
12
13
script:
14
- - pytest
15
- - py.test --cov-report term --cov=app/test/
+ - pytest --cov=ParticleSpy
16
- cd docs
17
- make html
18
- touch _build/html/.nojekyll
requirements.txt
@@ -1 +1,4 @@
1
-PyQt5
+PyQt5
2
+coverage>=4.4.0
3
+pytest>=3.6.0
4
+pytest-cov
0 commit comments