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 2b45fe0 commit 0c2fe38Copy full SHA for 0c2fe38
.travis.yml
@@ -47,6 +47,8 @@ install:
47
- conda env create --file ci/requirements-$CONDA_ENV.yml
48
- source activate test_env # all envs are named test_env in the yml files
49
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
50
+ pip uninstall numpy --yes;
51
+ pip uninstall pandas --yes;
52
pip install numpy==1.9.3;
53
pip install pandas==0.14.1;
54
fi
0 commit comments