| envlist = py35,py27,pypy,pep8 |
| install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} |
| PYTHONWARNINGS=default::DeprecationWarning |
| passenv = OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_TEST_TIMEOUT OS_TEST_LOCK_PATH OS_TEST_PATH TEMPEST_CONFIG TEMPEST_CONFIG_DIR http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY |
| deps = -r{toxinidir}/requirements.txt |
| -r{toxinidir}/test-requirements.txt |
| find . -type f -name "*.pyc" -delete |
| commands = flake8 {posargs} |
| commands = python setup.py test --coverage --testr-args='{posargs}' |
| commands = python setup.py build_sphinx |
| sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html |
| commands = oslo_debug_helper {posargs} |
| # E123, E125 skipped as they are invalid PEP-8. |
| exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build |