Skip to content

Commit

Permalink
Add Python 3.6 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Apr 19, 2017
1 parent d701847 commit 788ca8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"

cache:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34,py35
envlist = py27,py33,py34,py35,py36

[base]
deps =
Expand Down

0 comments on commit 788ca8b

Please sign in to comment.