Skip to content

Commit

Permalink
Try pip caching on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 12, 2016
1 parent 2cc6975 commit 5607cb3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ python:
- 3.4
- 3.5
install:
- pip install .
- pip install -U .
script:
- python setup.py test -q
notifications:
email: false


cache: pip

before_cache:
- rm -f $HOME/.cache/pip/log/debug.log

0 comments on commit 5607cb3

Please sign in to comment.