We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b7455 commit 0d32520Copy full SHA for 0d32520
.travis.yml
@@ -7,6 +7,6 @@ python:
7
install:
8
- pip install coveralls
9
script:
10
- - python setup.py nosetests --with-coverage --cover-package=presser
+ - coverage run setup.py test
11
after_success:
12
- coveralls
0 commit comments