summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-02-16 14:35:14 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-02-16 14:35:14 +0800
commit101d6d0d37b53e4782ec211aa7e8ecb545091a96 (patch)
tree443e7591719fbd6ac4a2d6f8faf138f0d0116aa0
parent32bbc7a06972641a46ba94c2570f344fced06159 (diff)
downloadtaskflow-101d6d0d37b53e4782ec211aa7e8ecb545091a96.tar.gz
Change BRANCH_NAME to stable/ocata in tox.ini
Ensure env variable BRANCH_NAME with right value. Change-Id: I0c9d00b73522cbb2015540575bc5750cce0ccca5
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b33bd27..696cbb6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ envlist = cover,
[testenv]
setenv = VIRTUAL_ENV={envdir}
- BRANCH_NAME=master
+ BRANCH_NAME=stable/ocata
CLIENT_NAME=taskflow
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}
# We need to install a bit more than just `test' because those drivers have