summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Robenolt <matt@ydekproductions.com>2015-08-02 16:12:45 -0700
committerMatt Robenolt <matt@ydekproductions.com>2015-08-02 17:11:29 -0700
commit8cb97dd28945f84ff8eaf4642c4abc84769003c0 (patch)
tree7fe69cd6738bdb6a991d179871f9ad0864f9d1ff
parentfaff47c9f01ef0f08773fbc7f132f9a9562154e3 (diff)
downloadraven-8cb97dd28945f84ff8eaf4642c4abc84769003c0.tar.gz
Use correct pip cached directory
-rw-r--r--.travis.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 319b799..7597da6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,7 @@ addons:
cache:
directories:
- - node_modules
- - .pip_download_cache
+ - $HOME/.cache/pip
python:
- "2.6"
@@ -28,15 +27,6 @@ env:
- DJANGO=Django==1.7.7
- DJANGO=Django==1.8
- 'DJANGO="-e git+git://github.com/django/django.git#egg=Django"'
- global:
- - 'PIP_DOWNLOAD_CACHE=".pip_download_cache"'
-
-before_install:
- # Use closer nameservers
- # - printf "nameserver 199.91.168.70\nnameserver 199.91.168.71\n" | sudo tee /etc/resolv.conf
- # These need to be here and not in the env hash because they need to be
- # evaluated after the virtualenv has been setup
- - mkdir -p $PIP_DOWNLOAD_CACHE
install:
- time ci/setup