Skip to content

Commit d8189f8

Browse files
committed
add uninstalls
1 parent 6332016 commit d8189f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ install:
4747
- conda env create --file ci/requirements-$CONDA_ENV.yml
4848
- source activate test_env # all envs are named test_env in the yml files
4949
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
50+
pip uninstall numpy --yes;
51+
pip uninstall pandas --yes;
5052
pip install numpy==1.9.3;
5153
pip install pandas==0.14.1;
5254
fi

0 commit comments

Comments
 (0)