Files
f5646a313ca3fc7ac77745671e4c1a43dcd3138c
99 lines
2.9 KiB
INI
99 lines
2.9 KiB
INI
[tox]
skipsdist = True
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv =
-r{toxinidir}/test-requirements.txt
commands = sphinx-build -W -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:pep8]
[testenv:venv]
python setup.py test --coverage --coverage-package-name=networking_bgpvpn --omit="*/tests/*" --testr-args='{posargs}'