There was an error while loading. Please reload this page.
1 parent 13367e8 commit 96d7cd8Copy full SHA for 96d7cd8
1 file changed
.travis.yml
@@ -4,9 +4,8 @@ python:
4
install:
5
- pip install -r requirements.txt
6
- pip install codecov
7
+- pip install pytest pytest-cov
8
script:
- - pytest
9
- - coverage run tests.py
+ - pytest --cov=./
10
after_success:
11
- codecov
12
-
0 commit comments