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 Aug 11, 2015
1 parent 212e2e6 commit dccf8a7
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,12 +1,13 @@
language: python
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 dccf8a7

Please sign in to comment.