Prepare stable/queens
Change-Id: I49d309621f7f96be8b1d226cffb7bcf2f0764f5c
This commit is contained in:
parent
de59d74109
commit
46bbfe7f17
@ -2,3 +2,4 @@
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/ironic-staging-drivers.git
|
||||
defaultbranch=stable/queens
|
||||
|
@ -1 +1 @@
|
||||
git+git://git.openstack.org/openstack/ironic#egg=ironic
|
||||
git+git://git.openstack.org/openstack/ironic@stable/queens#egg=ironic
|
||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ envlist = py35,py27,pep8
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
PYTHONDONTWRITEBYTECODE = 1
|
||||
LANGUAGE=en_US
|
||||
|
Loading…
Reference in New Issue
Block a user