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

Skip to content

Commit 90c6366

Browse files
tacaswellMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #9617: Pin pandas<0.21 to unbreak the build.
1 parent c754f55 commit 90c6366

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
@@ -54,11 +54,11 @@ env:
5454
matrix:
5555
include:
5656
- python: 2.7
57-
env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS=pandas NOSE=nose
57+
env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS='pandas<0.21.0' NOSE=nose
5858
- python: 3.4
5959
env: PYTHON_ARGS=-OO
6060
- python: 3.6
61-
env: DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8 PANDAS=pandas
61+
env: DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8 PANDAS='pandas<0.21.0'
6262
- python: "nightly"
6363
env: PRE=--pre
6464
- os: osx

0 commit comments

Comments
 (0)