Skip to content

Commit 1d307ed

Browse files
author
Dan
committed
Fix coverage in travis config
1 parent 00dbd81 commit 1d307ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ python:
33
- "2.7"
44
install:
55
- pip install -r requirements.txt
6+
- pip install coveralls
67
script: nosetests --with-coverage --cover-package=pssh
78
notifications:
89
email:
910
on_failure: change
1011
after_success:
11-
- pip install coveralls
1212
- coveralls

0 commit comments

Comments
 (0)