We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19f74c commit 5bb39e2Copy full SHA for 5bb39e2
.travis.yml
@@ -35,15 +35,19 @@ matrix:
35
- libgmp-dev
36
- libmpfr-dev
37
38
+addons:
39
+ apt:
40
+ packages:
41
+ - ccache
42
-# - ccache
-#cache:
-# directories:
-# - $HOME/.ccache
43
+cache:
44
+ directories:
45
+ - $HOME/.ccache
46
47
# setup miniconda for numpy, scipy, pandas
48
before_install:
49
- echo "before install"
50
+ - export PATH=/usr/lib/ccache:$PATH
51
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
52
wget http://repo.continuum.io/miniconda/Miniconda-3.16.0-Linux-x86_64.sh -O miniconda.sh;
53
else
0 commit comments