Files
659ec75eaf052742a6269e0aae258f1c874749f7
nova /tox.ini

50 lines
1.2 KiB
INI
Raw Normal View History

[testenv]
setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US:en
LC_ALL=C
-r{toxinidir}/requirements.txt
python tools/patch_tox_venv.py
python setup.py testr --slowest --testr-args='{posargs}'
downloadcache = ~/cache/pip
[testenv:pep8]
commands =
setenv = VIRTUAL_ENV={envdir}
commands = bash tools/lintstack.sh
# Also do not run test_coverage_ext tests while gathering coverage as those
# tests conflict with coverage.
[testenv:venv]
commands = {posargs}
[flake8]
[hacking]
local-check-factory = nova.hacking.checks.factory