Skip to content

Commit

Permalink
tox.ini: add support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
olasd committed Feb 17, 2016
1 parent a5d6568 commit 9960b5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist = py26, py27, pypy, py27-noext, pypy-noext, py34, py34-noext
envlist = py26, py27, pypy, py27-noext, pypy-noext, py34, py34-noext, py35, py35-noext

[testenv]
deps =
Expand All @@ -18,3 +18,6 @@ commands = make check-noextensions

[testenv:py34-noext]
commands = make check-noextensions

[testenv:py35-noext]
commands = make check-noextensions

0 comments on commit 9960b5a

Please sign in to comment.