Skip to content

Commit 9392e44

Browse files
committed
FIX older pandas versions require python 2.X
1 parent 3853ea7 commit 9392e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ env:
55
- PYTHON=2.7 PANDAS=0.15.1
66
- PYTHON=3.3 PANDAS=0.14.1
77
- PYTHON=3.4 PANDAS=0.15.1
8-
- PYTHON=3.4 PANDAS=0.12.0
9-
- PYTHON=3.4 PANDAS=0.11.0
10-
- PYTHON=3.4 PANDAS=0.10.1
8+
- PYTHON=2.7 PANDAS=0.12.0
9+
- PYTHON=2.7 PANDAS=0.11.0
10+
- PYTHON=2.7 PANDAS=0.10.1
1111

1212
install:
1313
- sudo apt-get update

0 commit comments

Comments
 (0)