Add py26, py33 to tox.

Pygments supports Python >=2.6, Python>=3.3.

Signed-off-by: Charles <charles@declareSub.com>
This commit is contained in:
Charles 2015-07-28 10:39:34 -04:00
parent a1dedce59c
commit 0e3359d03a

View file

@ -1,5 +1,5 @@
[tox]
envlist = py27, p34
envlist = py26, py27, py33, p34
[testenv]
deps = -rrequirements.txt
commands = py.test