Skip to content

Commit

Permalink
Merge pull request #74 from python-hyper/py36
Browse files Browse the repository at this point in the history
Add Python 3.6 support.
  • Loading branch information
Lukasa committed Dec 23, 2016
2 parents cb58faa + 3b7a91e commit e916bc8
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 @@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- pypy

install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
],
)
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 e916bc8

Please sign in to comment.