fix falcon-api CI

There is no feature/falcon-api-framework at requirements project.
we can use normal requirements.

Change-Id: Ic47724cf7d17b2ddb494dcef0c09e361dc935242
This commit is contained in:
yong sheng gong 2017-02-10 12:14:11 +08:00 committed by gong yong sheng
parent b0e0d49b4c
commit 12aa8b42d0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ skipsdist = True
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command =
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=feature/falcon-api-framework} {opts} {packages}
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setuptools-git>=0.4