adding py26 to tox

This commit is contained in:
Mahmoud Hashemi 2015-05-18 00:15:16 -07:00
parent f37c8325dd
commit 69e2209109
1 changed files with 1 additions and 1 deletions

View File

@ -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