From 9b4123a11d5882aa30d4a57438a2f280e5dbeaad Mon Sep 17 00:00:00 2001 From: Drew Thorstensen Date: Wed, 4 Nov 2015 08:43:38 -0500 Subject: [PATCH] Switch to develop branch for pypowervm The master branch of nova-powervm should be paired to the 'develop' branch of pypowervm. Other stable branches (or release candidates) will point to version levels that are published to PyPi (or to stable branches). Change-Id: I963e20da759eeede6b1f115d15fdc276b3555538 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 68962f66..71261d43 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -egit+https://github.com/openstack/nova#egg=nova - -egit+https://github.com/pypowervm/pypowervm#egg=pypowervm + -egit+https://github.com/pypowervm/pypowervm@develop#egg=pypowervm commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8]