Skip to content

Commit

Permalink
Updated travis-ci config. Added pip cache on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Sep 29, 2015
1 parent e3d4548 commit 023ca41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: python
sudo: false
cache: pip
python:
- 2.6
- 2.7
- 3.4
install:
- pip install -r requirements.txt
- pip install coveralls
script: nosetests --with-coverage --cover-package=pssh
script: python setup.py nosetests --with-coverage --cover-package=pssh
notifications:
email:
on_failure: change
Expand Down

0 comments on commit 023ca41

Please sign in to comment.