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 9c5453e commit eaf44e0Copy full SHA for eaf44e0
.travis.yml
@@ -1,13 +1,12 @@
1
language: python
2
python:
3
- - "2.6"
4
- "2.7"
5
install:
6
- pip install -r requirements.txt
7
- - pip install coveralls
8
-script: nosetests --with-coverage --cover-package=pssh
+script: nosetests --with-coverage --cover-package=pssh tests
9
notifications:
10
email:
11
on_failure: change
12
after_success:
+ pip install coveralls
13
coveralls
0 commit comments