Delete unused testenv:checkconfig in tox
The testenv:checkconfig is unused and there is not the file {toxinidir}/tools/config/check_uptodate.sh in cloudkitty. Change-Id: Ifa8293a7b04557316c7256519b8821b5a668c554
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -28,12 +28,6 @@ commands =
|
||||
python setup.py testr --coverage --testr-args='{posargs}'
|
||||
coverage report
|
||||
|
||||
[testenv:checkconfig]
|
||||
sitepackages = False
|
||||
envdir = {toxworkdir}/venv
|
||||
commands =
|
||||
{toxinidir}/tools/config/check_uptodate.sh
|
||||
|
||||
[testenv:genconfig]
|
||||
commands =
|
||||
oslo-config-generator --config-file etc/oslo-config-generator/cloudkitty.conf
|
||||
|
Reference in New Issue
Block a user