Skip to content

Commit

Permalink
Supports Python 3.5 (3.5.0-rc2).
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 6, 2015
1 parent 62b5a31 commit 9866c01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
py27,
py34,
py35,
pypy,
docs,
pychecker,
Expand Down Expand Up @@ -41,6 +42,11 @@ deps=
{[py]deps}
basepython = python3.4

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

[testenv:pypy]
deps=
{[py]deps}
Expand Down

0 comments on commit 9866c01

Please sign in to comment.