Skip to content

Commit 0d32520

Browse files
committed
Attempt to run coveralls in travis
1 parent 93b7455 commit 0d32520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python:
77
install:
88
- pip install coveralls
99
script:
10-
- python setup.py nosetests --with-coverage --cover-package=presser
10+
- coverage run setup.py test
1111
after_success:
1212
- coveralls

0 commit comments

Comments
 (0)