Skip to content

Commit

Permalink
Travis improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Jul 20, 2014
1 parent acaf139 commit b0b8c80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ python:
- "2.6"
- "2.7"
- "3.3"
cache:
directories:
- $HOME/.pip-cache
install:
- python setup.py install
- travis_retry pip install --download-cache=$HOME/.pip-cache .
- travis_retry pip install python-coveralls
before_script:
- pip freeze
script: python setup.py nosetests
after_success: coveralls
notifications:
Expand Down

0 comments on commit b0b8c80

Please sign in to comment.