summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRoman Podolyaka <rpodolyaka@mirantis.com>2013-05-18 11:53:18 +0300
committerRoman Podolyaka <rpodolyaka@mirantis.com>2013-05-19 10:00:38 +0300
commitf08ac04a27fe6bc2969252bcc4578d12f242f1f4 (patch)
tree1412694d1519ef03b086a04f6c370bc7ecedbde2 /tox.ini
parent64e43fde43e478af8dc95ccc0904dfca0d0dbe0c (diff)
downloadpython-novaclient-f08ac04a27fe6bc2969252bcc4578d12f242f1f4.tar.gz
Migrate to pbr.
openstack.common.setup and openstack.common.version are now in the standalone library pbr, so all projects using those two should migrate. Fixes bug 1179007. Change-Id: I7ac1c37f0bf148619dffff8f454db05fc192e471
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e4458844..464e7859 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
- setuptools_git>=0.4
commands = python setup.py testr --testr-args='{posargs}'
[testenv:pep8]