]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
tox: Update some configs to use py36 1956/head
authorBen Darnell <ben@bendarnell.com>
Mon, 20 Feb 2017 21:50:33 +0000 (16:50 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 20 Feb 2017 22:04:14 +0000 (17:04 -0500)
Closes #1926

maint/test/cython/tox.ini
tox.ini

index c0f27c936bce15b5a652d0d197d9fde09db2c045..0403df131caa9219e5ceb81105d0893e6fb44736 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
 # This currently segfaults on pypy.
-envlist = py27,py33,py34,py35
+envlist = py27,py33,py34,py35,py36
 
 [testenv]
 deps =
@@ -16,3 +16,4 @@ basepython =
            py33: python3.3
            py34: python3.4
            py35: python3.5
+           py36: python3.6
diff --git a/tox.ini b/tox.ini
index c915c259fba6aa7c26db016aea8f4d9f0e9428f0..9e472ae85fee847275bf9c4f3cfec264f575ec7a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -61,7 +61,7 @@ basepython =
            pypy: pypy
            pypy3: pypy3
            py2: python2.7
-           py3: python3.5
+           py3: python3.6
 
 deps =
      # unittest2 doesn't add anything we need on 2.7+, but we should ensure that