Files
ca490d48a762a423449c654d5a7caeadecf2f6ca
nova /tox.ini

39 lines
879 B
INI
Raw Normal View History

[testenv]
setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US:en
LC_ALL=C
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
downloadcache = ~/cache/pip
[testenv:pep8]
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/tools/pip-requires
deps = pyflakes
commands = python tools/flakes.py nova
# Also do not run test_coverage_ext tests while gathering coverage as those
# tests conflict with coverage.
commands =
python setup.py testr --coverage \
[testenv:venv]
commands = {posargs}