cppcheck/htmlreport/tox.ini

10 lines
116 B
INI
Raw Normal View History

[tox]
envlist=py26,py27,py32,pypy
[testenv]
commands=
python test_htmlreport.py
[testenv:py26]
deps=unittest2