Modify tox.ini file to do the standard thigns.
Change-Id: Iff2102fccdb60e8845ab2cd22c6661f1d56dde5c
This commit is contained in:
16
tox.ini
16
tox.ini
@@ -1,8 +1,14 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py25,py26,py27
|
envlist = py26,py27
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = nose
|
deps = -r{toxinidir}/tools/pip-requires
|
||||||
mock
|
commands = /bin/bash run_tests.sh -N
|
||||||
mox
|
|
||||||
commands = nosetests
|
[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
|
||||||
|
Reference in New Issue
Block a user