mirror of
https://github.com/donl/pygments-xojo.git
synced 2026-05-25 14:22:35 -06:00
Pygments supports Python >=2.6, Python>=3.3. Signed-off-by: Charles <charles@declareSub.com>
5 lines
No EOL
92 B
INI
5 lines
No EOL
92 B
INI
[tox]
|
|
envlist = py26, py27, py33, p34
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands = py.test |