File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ matrix:
34
34
- python : 2.7
35
35
env : UPDATE_ENV="pip install toolz https://github.com/blaze/dask/archive/master.zip"
36
36
- python : 2.7
37
- env : UPDATE_ENV="conda remove pandas && pip install https://github.com/pydata/pandas/archive/master.zip"
37
+ env : UPDATE_ENV="conda remove pandas && conda install cython && pip install https://github.com/pydata/pandas/archive/master.zip"
38
38
allow_failures :
39
39
- python : 2.7
40
40
env : UPDATE_ENV="pip install pydap"
@@ -48,7 +48,7 @@ matrix:
48
48
- python : 2.7
49
49
env : UPDATE_ENV="pip install toolz https://github.com/blaze/dask/archive/master.zip"
50
50
- python : 2.7
51
- env : UPDATE_ENV="conda remove pandas && pip install https://github.com/pydata/pandas/archive/master.zip"
51
+ env : UPDATE_ENV="conda remove pandas && conda install cython && pip install https://github.com/pydata/pandas/archive/master.zip"
52
52
53
53
before_install :
54
54
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
You can’t perform that action at this time.
0 commit comments