From 8b27741e965822d1a2c3b643d1919ee687516854 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Fri, 10 Apr 2015 14:48:30 -0700 Subject: [PATCH] and python 3 support has landed --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a6c06ae..928a1dc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pypy +envlist = py27,py34,pypy [testenv] deps = -rrequirements-test.txt commands = py.test --doctest-modules boltons