From 39fb1c75ba1ff511c1857ac52aa384bcc576a9bd Mon Sep 17 00:00:00 2001 From: Kelsey Hawley Date: Tue, 31 Dec 2013 13:47:50 -0800 Subject: [PATCH] added py27 & py32 back into envlist for tox to run against --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f74e7d..1d8f4f4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py33 +envlist = py27, py32, py33 [testenv] commands = py.test