Skip to content

Commit 5f5787f

Browse files
committed
fix conda env test
1 parent 95821ae commit 5f5787f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install:
4848
- source activate test_env # all envs are named test_env in the yml files
4949
# needed to make sure that pandas is compiled against the right
5050
# version of numpy
51-
- if [[ "$CONDA_ENV" == "2.7" ]]; then
51+
- if [[ "$CONDA_ENV" == "py27-min" ]]; then
5252
pip uninstall numpy --yes;
5353
pip uninstall pandas --yes;
5454
pip install --no-cache-dir numpy==1.9.0;

0 commit comments

Comments
 (0)