Modify tox.ini file to do the standard thigns.

Change-Id: Iff2102fccdb60e8845ab2cd22c6661f1d56dde5c
This commit is contained in:
Monty Taylor
2011-12-30 14:27:36 -08:00
parent 64c42c838e
commit f2796f1e81

16
tox.ini
View File

@@ -1,8 +1,14 @@
[tox]
envlist = py25,py26,py27
envlist = py26,py27
[testenv]
deps = nose
mock
mox
commands = nosetests
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