cppcheck/htmlreport/tox.ini

13 lines
148 B
INI
Raw Normal View History

[tox]
envlist=py26,py27,py32,pypy
[testenv]
commands=
python test_htmlreport.py
2012-09-09 18:59:57 +02:00
deps=pygments
[testenv:py26]
2012-09-09 18:59:57 +02:00
deps=
unittest2
pygments