Skip to content

Commit dccf8a7

Browse files
author
Dan
committed
Updated travis-ci config. Added pip cache on travis-ci
1 parent 212e2e6 commit dccf8a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: python
2+
cache: pip
23
python:
34
- 2.6
45
- 2.7
56
- 3.4
67
install:
78
- pip install -r requirements.txt
89
- pip install coveralls
9-
script: nosetests --with-coverage --cover-package=pssh
10+
script: python setup.py nosetests --with-coverage --cover-package=pssh
1011
notifications:
1112
email:
1213
on_failure: change

0 commit comments

Comments
 (0)