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