Skip to content

Commit

Permalink
Supports Python 3.5.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Sep 21, 2015
1 parent a128a2f commit 796624e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def run_tests(self):
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet :: WWW/HTTP",
Expand Down
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
py27,
py34,
py35,
pypy,
pep257,
docs,
Expand Down Expand Up @@ -38,6 +39,11 @@ deps=
{[py]deps}
basepython = python3.4

[testenv:py35]
deps=
{[py]deps}
basepython = python3.5

[testenv:pypy]
deps=
{[py]deps}
Expand All @@ -47,7 +53,7 @@ basepython = pypy
deps=
pep257
commands = pep257 pgraph --match-dir='(?!static)[^\.].*'
basepython = python3.4
basepython = python3.5

[testenv:docs]
deps=
Expand Down

0 comments on commit 796624e

Please sign in to comment.