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 95821ae commit 5f5787fCopy full SHA for 5f5787f
.travis.yml
@@ -48,7 +48,7 @@ install:
48
- source activate test_env # all envs are named test_env in the yml files
49
# needed to make sure that pandas is compiled against the right
50
# version of numpy
51
- - if [[ "$CONDA_ENV" == "2.7" ]]; then
+ - if [[ "$CONDA_ENV" == "py27-min" ]]; then
52
pip uninstall numpy --yes;
53
pip uninstall pandas --yes;
54
pip install --no-cache-dir numpy==1.9.0;
0 commit comments