| envlist = py34,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 |
| deps = -r{toxinidir}/test-requirements.txt |
| commands = python setup.py test --slowest --testr-args='{posargs}' |
| commands = flake8 {posargs} |
| commands = python setup.py test --coverage --testr-args='{posargs}' |
| commands = python setup.py build_sphinx |
| commands = oslo_debug_helper {posargs} |
| exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build |