Files
54d9599c680e03548ffd8145a94f9f5a88f03d84
52 lines
1.7 KiB
INI
52 lines
1.7 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]
commands = {posargs}
commands = python setup.py testr --coverage --testr-args='{posargs}'