From 69e22091095ffe0f5314628effc79b49536ced58 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Mon, 18 May 2015 00:15:16 -0700 Subject: [PATCH] adding py26 to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e99092f..01598ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,pypy +envlist = py26,py27,py34,pypy [testenv] deps = -rrequirements-test.txt commands = py.test --doctest-modules boltons tests