Skip to content

Commit

Permalink
Enable PIP cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Dec 21, 2015
1 parent eb8a433 commit 92b5a49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,10 @@ env:
- DJANGO="Django<1.9" # Django 1.8.x
- DJANGO="Django<1.10" # Django 1.9.x

cache:
directories:
- $HOME/.cache/pip

matrix:
allow_failures:
# Allow failures for Python 3
Expand Down

0 comments on commit 92b5a49

Please sign in to comment.