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