Skip to content

Commit 08c97df

Browse files
committed
[travis] Add Python 3.6 to test matrix
1 parent 0605160 commit 08c97df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- 2.7
44
- 3.4
55
- 3.5
6+
- 3.6
67
matrix:
78
include:
89
# 0.14.0 is the last version with the old categorical system
@@ -18,7 +19,7 @@ matrix:
1819
- python: 2.7
1920
env: PANDAS_VERSION_STR="=0.18.0"
2021
# make sure it works without pandas
21-
- python: 3.5
22+
- python: 3.6
2223
env: PANDAS_VERSION_STR="NONE"
2324
- python: 2.7
2425
env: PANDAS_VERSION_STR="NONE"

0 commit comments

Comments
 (0)