Merge "Remove reference to setuptools_git"

This commit is contained in:
Jenkins 2014-07-11 16:51:28 +00:00 committed by Gerrit Code Review
commit 43c5ff72e3

View File

@ -9,7 +9,6 @@ usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setuptools_git>=0.4
commands =
python -m neutron.openstack.common.lockutils python setup.py testr --slowest --testr-args='{posargs}'