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 212e2e6 commit dccf8a7Copy full SHA for dccf8a7
.travis.yml
@@ -1,12 +1,13 @@
1
language: python
2
+cache: pip
3
python:
4
- 2.6
5
- 2.7
6
- 3.4
7
install:
8
- pip install -r requirements.txt
9
- pip install coveralls
-script: nosetests --with-coverage --cover-package=pssh
10
+script: python setup.py nosetests --with-coverage --cover-package=pssh
11
notifications:
12
email:
13
on_failure: change
0 commit comments