Skip to content

Commit

Permalink
Explicitly cache pip because of a known Travis bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Sep 9, 2015
1 parent 8c977db commit fed8cc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ sudo: false
language: python
python:
- "2.7"
cache: pip
cache:
directories:
- $HOME/.cache/pip
install:
- python setup.py install
- pip install -r requirements.txt
Expand Down

0 comments on commit fed8cc7

Please sign in to comment.