summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d7874a1fb..b31249a88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@ addons:
# Speedup builds, particularly when USE_CHROOT=1
- eatmydata
+cache:
+ directories:
+ - $HOME/.cache/pip
+
python:
- 2.6
- 2.7
@@ -60,11 +64,11 @@ before_install:
# We therefore control our own environment, avoid travis' numpy
- virtualenv --python=python venv
- source venv/bin/activate
- - pip install nose
- # pip install coverage
- python -V
- pip install --upgrade pip setuptools
# Speed up install by not compiling Cython
+ - pip install nose
+ # pip install coverage
- pip install --install-option="--no-cython-compile" Cython
- popd