Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06b89d8

Browse files
authored
Merge pull request #9617 from anntzer/pin-pandas
CI: Pin pandas<0.21 to unbreak the build.
2 parents 82b65c2 + 4bc3566 commit 06b89d8

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
@@ -57,11 +57,11 @@ env:
5757
matrix:
5858
include:
5959
- python: 2.7
60-
env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS=pandas NOSE=nose
60+
env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS='pandas<0.21.0' NOSE=nose
6161
- python: 3.4
6262
env: PYTHON_ARGS=-OO
6363
- python: 3.6
64-
env: DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8 PANDAS=pandas
64+
env: DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8 PANDAS='pandas<0.21.0'
6565
- python: "nightly"
6666
env: PRE=--pre
6767
- os: osx

0 commit comments

Comments
 (0)