Skip to content

Commit

Permalink
Merge pull request #257 from jonafato/python-3.6
Browse files Browse the repository at this point in the history
Declare support for Python 3.6
  • Loading branch information
sigmavirus24 committed Jul 3, 2017
2 parents 04cd2ff + a6ef15b commit 3763525
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- env: TOXENV=docs
- env: TOXENV=pep8
- env: TOXENV=pypy
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,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",
"Programming Language :: Python :: Implementation :: PyPy",
],
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,pypy,py33,py34,py35,docs,pep8
envlist = py27,pypy,py33,py34,py35,py36,docs,pep8

[testenv]
deps =
Expand Down

0 comments on commit 3763525

Please sign in to comment.