Files
b7adaa96ab6fc6871054fcbb7da7ed548df10d88
nova /tox.ini

56 lines
1.4 KiB
INI
Raw Normal View History

[testenv]
setenv = VIRTUAL_ENV={envdir}
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.
python setup.py testr --coverage \
[testenv:venv]
commands = {posargs}
sitepackages = False
# in sqlalchemy.
# H803 skipped on purpose per list discussion.
[hacking]
local-check-factory = nova.hacking.checks.factory