From: Ben Darnell Date: Mon, 20 Feb 2017 21:50:33 +0000 (-0500) Subject: tox: Update some configs to use py36 X-Git-Tag: v4.5.0~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1956%2Fhead;p=thirdparty%2Ftornado.git tox: Update some configs to use py36 Closes #1926 --- diff --git a/maint/test/cython/tox.ini b/maint/test/cython/tox.ini index c0f27c936..0403df131 100644 --- a/maint/test/cython/tox.ini +++ b/maint/test/cython/tox.ini @@ -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 c915c259f..9e472ae85 100644 --- 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