Skip to content

Commit 93056ff

Browse files
committed
add no-cache-dir
1 parent 0c2fe38 commit 93056ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ addons:
2323
- ccache
2424

2525
cache:
26-
- pip
26+
# - pip
2727
- ccache
2828

2929
# setup miniconda for numpy, scipy, pandas
@@ -49,8 +49,8 @@ install:
4949
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
5050
pip uninstall numpy --yes;
5151
pip uninstall pandas --yes;
52-
pip install numpy==1.9.3;
53-
pip install pandas==0.14.1;
52+
pip install --no-cache-dir numpy==1.9.3;
53+
pip install --no-cache-dir pandas==0.14.1;
5454
fi
5555
- conda list
5656
- echo $PATH

0 commit comments

Comments
 (0)