Drop BRANCH_NAME and CLIENT_NAME in tox.ini

These variables are not used in tools/tox_install.sh,
so they are unnecessary.

Change-Id: Id7fd18f24ee0fcbc65c81c3a23132e866fe56c1c
This commit is contained in:
Akihiro Motoki 2018-02-15 03:30:46 +09:00
parent fef4ec26d0
commit 5a7e49aef1
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ skipsdist = True
usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=neutron-vpnaas-dashboard
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1
NOSE_OPENSTACK_RED=0.05