From c45e10c9bc2663a90e7dd5f997c72309b5a23f6d Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 20 Feb 2017 16:50:33 -0500 Subject: [PATCH] tox: Update some configs to use py36 Closes #1926 --- maint/test/cython/tox.ini | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2