We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0605160 commit 08c97dfCopy full SHA for 08c97df
1 file changed
.travis.yml
@@ -3,6 +3,7 @@ python:
3
- 2.7
4
- 3.4
5
- 3.5
6
+ - 3.6
7
matrix:
8
include:
9
# 0.14.0 is the last version with the old categorical system
@@ -18,7 +19,7 @@ matrix:
18
19
- python: 2.7
20
env: PANDAS_VERSION_STR="=0.18.0"
21
# make sure it works without pandas
- - python: 3.5
22
+ - python: 3.6
23
env: PANDAS_VERSION_STR="NONE"
24
25
0 commit comments