Switch nova and upper-constraints back to master branches.

Change-Id: If4d7d0a198c63ed1374a9273716f5a36ba3bef32
This commit is contained in:
James Page 2017-03-16 11:19:22 +00:00
parent dd613ed0c1
commit 6f8a5711bb
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?stable/ocata} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes
PYTHONDONTWRITEBYTECODE=1
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova.git@stable/ocata#egg=nova
-egit+https://github.com/openstack/nova.git#egg=nova
commands = ostestr {posargs}
[testenv:py27]