Files
54d9599c680e03548ffd8145a94f9f5a88f03d84
networking-bgpvpn /tox.ini

52 lines
1.7 KiB
INI
Raw Normal View History

minversion = 1.6
[testenv]
usedevelop = True
VIRTUAL_ENV={envdir}
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
install_command = {toxinidir}/tools/tox_install.sh unconstrained {opts} {packages}
{[testenv]deps}
flake8
[testenv:venv]
install_command = {toxinidir}/tools/tox_install.sh unconstrained {opts} {packages}
[testenv:cover]
install_command = {toxinidir}/tools/tox_install.sh unconstrained {opts} {packages}
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build