Skip to content

Commit 023ca41

Browse files
author
Dan
committed
Updated travis-ci config. Added pip cache on travis-ci
1 parent e3d4548 commit 023ca41

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,13 +1,14 @@
11
language: python
22
sudo: false
3+
cache: pip
34
python:
45
- 2.6
56
- 2.7
67
- 3.4
78
install:
89
- pip install -r requirements.txt
910
- pip install coveralls
10-
script: nosetests --with-coverage --cover-package=pssh
11+
script: python setup.py nosetests --with-coverage --cover-package=pssh
1112
notifications:
1213
email:
1314
on_failure: change

0 commit comments

Comments
 (0)