summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 937f8dd3..2a49e29f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@ dist: xenial
sudo: required
git:
depth: 3
+cache:
+ directories:
+ - $HOME/.cache/pip
env:
matrix:
# Only examples and associated tests
@@ -41,7 +44,7 @@ install:
- make all
- sudo make install
- cd ..
- - pip3 install Cython sphinx sphinxcontrib-bibtex matplotlib numpy
+ - pip3 install setuptools Cython sphinx sphinxcontrib-bibtex matplotlib numpy
script:
- mkdir -p build
- cd build