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:
zhangguoqing
2017-02-27 13:21:18 +08:00
parent aef82c802f
commit 052f8ed653

View File

@@ -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