Files
186c49409c841bd2bba50ea8629ec214a7fb9627
nova /tox.ini

44 lines
997 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
python tools/patch_tox_venv.py
python setup.py testr --slowest --testr-args='{posargs}'
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.
[testenv:venv]
commands = {posargs}