Skip to content

Commit 12f8563

Browse files
committed
fix dev pandas builds
1 parent c46a2d8 commit 12f8563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ matrix:
3434
- python: 2.7
3535
env: UPDATE_ENV="pip install toolz https://github.com/blaze/dask/archive/master.zip"
3636
- 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"
3838
allow_failures:
3939
- python: 2.7
4040
env: UPDATE_ENV="pip install pydap"
@@ -48,7 +48,7 @@ matrix:
4848
- python: 2.7
4949
env: UPDATE_ENV="pip install toolz https://github.com/blaze/dask/archive/master.zip"
5050
- 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"
5252

5353
before_install:
5454
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then

0 commit comments

Comments
 (0)