summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-08 13:50:51 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-08 13:50:51 +0100
commitf86e92f2dca2c1738b0ed7438325959288c27eaa (patch)
treeba3821483056eb97c3d3a7a36714465d20e6a402 /.travis.yml
parentc407dbd23152aa517e3a6a2e299253b039e4997e (diff)
Add setuptools and cache pip installation
Diffstat (limited to '.travis.yml')
-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