This website requires JavaScript.
2015年02月24日 15:16:37 +01:00
[tox]
envlist = py33,py34,py26,py27,pypy,pep8
install_command = pip install -U {opts} {packages}
2015年05月12日 16:46:21 +02:00
deps = -egit+https://git.openstack.org/openstack/neutron#egg=neutron
-r{toxinidir}/requirements.txt
2015年02月24日 15:16:37 +01:00
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py build_sphinx
commands = oslo_debug_helper {posargs}
# E123, E125 skipped as they are invalid PEP-8.
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build