Skip to content

Commit

Permalink
Merge pull request #25 from edx/sarina/cache-explicitly
Browse files Browse the repository at this point in the history
Explicitly cache pip because of a known Travis bug
  • Loading branch information
sarina committed Sep 9, 2015
2 parents e7ca704 + fed8cc7 commit e314692
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 e314692

Please sign in to comment.