Skip to content

Commit

Permalink
Add Python 3.6 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Dec 23, 2016
1 parent 0a45841 commit 4388fe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

cache:
pip: true
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
]
)
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, pypy, lint
envlist = py27, py33, py34, py35, py36, pypy, lint

[testenv]
deps= -r{toxinidir}/test_requirements.txt
Expand Down

0 comments on commit 4388fe9

Please sign in to comment.