mirror of
https://github.com/declaresub/pygments-xojo.git
synced 2026-05-15 14:15:53 -06:00
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:
parent
a1dedce59c
commit
0e3359d03a
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27, p34
|
||||
envlist = py26, py27, py33, p34
|
||||
[testenv]
|
||||
deps = -rrequirements.txt
|
||||
commands = py.test
|
||||
Loading…
Add table
Add a link
Reference in a new issue