Set env variable BRANCH_NAME to corresponding branch

Change-Id: I7df4e2a1b62e8fb57372e579a0ceb2c7bb7b30db
This commit is contained in:
Hanxi Liu 2017-02-20 10:22:03 +08:00
parent 2c4f5aa3cc
commit 872af2113f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
BRANCH_NAME=stable/ocata
CLIENT_NAME=sahara-dashboard
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt