Files
deb-python-warlock/tox.ini
Chuck Short 1a0de8a67d Add python3 support
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-07-23 07:10:27 -07:00

11 lines
158 B
INI

[tox]
envlist = py26,py27,py33,pep8
[testenv]
deps=pytest
commands=py.test
[testenv:pep8]
deps = pep8==1.2
commands = pep8 --repeat --show-source warlock