From a3414913275192163ae186d86c7bcaff5e7be5e9 Mon Sep 17 00:00:00 2001 From: Dave Rolek Date: Sat, 21 Jul 2018 23:24:14 +0000 Subject: [PATCH] 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]