Skip to content

Commit 10d967c

Browse files
Merge pull request #271 from davidastephens/python_36
TST: Add python3.6 and pandas 19.2
2 parents f9725e2 + c78143b commit 10d967c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ language: python
55
env:
66
- PYTHON=2.7 PANDAS=0.16.2
77
- PYTHON=2.7 PANDAS=0.17.1
8-
- PYTHON=2.7 PANDAS=0.19.0
8+
- PYTHON=2.7 PANDAS=0.19.2
99
- PYTHON=3.4 PANDAS=0.17.1
1010
- PYTHON=3.4 PANDAS=0.18.1
11-
- PYTHON=3.5 PANDAS=0.19.0
11+
- PYTHON=3.5 PANDAS=0.19.2
12+
- PYTHON=3.6 PANDAS=0.19.2
1213

1314
install:
1415
- pip install -qq flake8

0 commit comments

Comments
 (0)