We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dbd81 commit 1d307edCopy full SHA for 1d307ed
.travis.yml
@@ -3,10 +3,10 @@ python:
3
- "2.7"
4
install:
5
- pip install -r requirements.txt
6
+ - pip install coveralls
7
script: nosetests --with-coverage --cover-package=pssh
8
notifications:
9
email:
10
on_failure: change
11
after_success:
- - pip install coveralls
12
- coveralls
0 commit comments