浏览代码

tox.ini: add support for Python 3.5

Nicolas Dandrimont 9 年之前
父节点
当前提交
9960b5ac02
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      tox.ini

+ 4 - 1
tox.ini

@@ -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 =
@@ -18,3 +18,6 @@ commands = make check-noextensions
 
 [testenv:py34-noext]
 commands = make check-noextensions
+
+[testenv:py35-noext]
+commands = make check-noextensions