From f86e92f2dca2c1738b0ed7438325959288c27eaa Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 8 Mar 2019 13:50:51 +0100 Subject: Add setuptools and cache pip installation --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3