Files
python-keystoneclient/tox.ini
Monty Taylor f2796f1e81 Modify tox.ini file to do the standard thigns.
Change-Id: Iff2102fccdb60e8845ab2cd22c6661f1d56dde5c
2011-12-30 14:28:05 -08:00

15 lines
271 B
INI

[tox]
envlist = py26,py27
[testenv]
deps = -r{toxinidir}/tools/pip-requires
commands = /bin/bash run_tests.sh -N
[testenv:pep8]
deps = pep8
commands = /bin/bash run_tests.sh -N --pep8
[testenv:coverage]
deps = pep8
commands = /bin/bash run_tests.sh -N --with-coverage