We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3455f72 commit b2629e1Copy full SHA for b2629e1
1 file changed
.travis.yml
@@ -4,5 +4,9 @@ python:
4
# command to install dependencies
5
install:
6
- pip install .
7
+ - pip install coveralls
8
# command to run tests
-script: nosetests
9
+script:
10
+ coverage run --source=simplepeg setup.py test
11
+after_success:
12
+ coveralls
0 commit comments