commit a3414913275192163ae186d86c7bcaff5e7be5e9 Author: Dave Rolek dmr-x@riseup.net Date: Sat Jul 21 23:24:14 2018 +0000
Include additional Python implementations --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini index 3b55867f..daaf4130 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skip_missing_interpreters = True -envlist = py26,py27,py32,py33,py34,py35,py36,py37 +envlist = py26,py27,py32,py33,py34,py35,py36,py37,jython,pypy skipsdist = True
[testenv]