Skip to content

Commit

Permalink
The new pip cache location
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Mar 12, 2015
1 parent 301dab9 commit f889184
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false

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

python:
- "2.7"
Expand All @@ -18,7 +18,6 @@ env:
- DJANGO_VERSION=1.8b1 DATABASE_SETTINGS='settings_test_postgresql.py'

install:
- export PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
- pip install -r requirements_dev.txt
- pip uninstall -y Django
- pip install -q Django==$DJANGO_VERSION
Expand Down

0 comments on commit f889184

Please sign in to comment.