Skip to content

Commit

Permalink
[travis] Add Python 3.6 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Jan 10, 2018
1 parent 0605160 commit 08c97df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 2.7
- 3.4
- 3.5
- 3.6
matrix:
include:
# 0.14.0 is the last version with the old categorical system
Expand All @@ -18,7 +19,7 @@ matrix:
- python: 2.7
env: PANDAS_VERSION_STR="=0.18.0"
# make sure it works without pandas
- python: 3.5
- python: 3.6
env: PANDAS_VERSION_STR="NONE"
- python: 2.7
env: PANDAS_VERSION_STR="NONE"
Expand Down

0 comments on commit 08c97df

Please sign in to comment.