Skip to content

Commit

Permalink
Test Python 3.6 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mineo committed Sep 4, 2017
1 parent 83b8085 commit c8e899b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python: 3.5
python: 3.6
cache: pip
env:
- TOXENV=py27
Expand All @@ -8,6 +8,8 @@ env:
- TOXENV=py34-pandas
- TOXENV=py35
- TOXENV=py35-pandas
- TOXENV=py36
- TOXENV=py36-pandas
- TOXENV=pypy
- TOXENV=flake8
- TOXENV=docs
Expand Down

0 comments on commit c8e899b

Please sign in to comment.