Remove not exists dir in tox.ini

This dir has been cleaned after oslo.incubator deprecated.
But still exists in tox test configure file. Delet it.

I am also thinking that this project doesn't contain any
python file except "setup.py". Why do we still execute pep8
check? Can we remove it to reduce the work load of jenkins?
This result would looks like "openstack-dev/devstack".

Change-Id: Ib6d28fabeeab662c4b447c6a0027afa2b921ec54
This commit is contained in:
Shu Yingya 2016-09-30 11:24:23 +08:00 committed by yingya.shu@easystack.cn
parent f01fb7b7a7
commit 2e516a87f7
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ commands = {posargs}
[flake8]
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools