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

Skip to content

Commit 73b3d18

Browse files
committed
Pin pandas<0.21 to unbreak the build.
Just a temporary measure until the actual issue with pandas 0.21 gets fixed.
1 parent b0a0a8e commit 73b3d18

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
@@ -57,7 +57,7 @@ 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

0 commit comments

Comments
 (0)