From e716cbbec8bf248b2fa88fcce585157466528fff Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 21 Sep 2017 17:26:18 -0400 Subject: [PATCH] Test all supported Python versions under Tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 111dd754..55e9d108 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py35 +envlist = py27, py33, py34, py35, py36 [testenv] changedir = tests