diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-05-11 13:45:57 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-05-11 13:45:57 +0800 |
commit | b106ba3fc6cfcc79740af144984863d7f6192417 (patch) | |
tree | d8e126a1dbf6226fc7ba02595b7fdf7ddf4aa035 /tox.ini | |
parent | 52dfe21ade9746b62393fc6ebf9b157563778a8e (diff) | |
download | stevedore-b106ba3fc6cfcc79740af144984863d7f6192417.tar.gz |
Trivial: ignore openstack/common in flake8 exclude list1.14.0
The directory openstack/common doesn't exist any more.
so remove it from flake8 exclude list.
Change-Id: I6fe1326d2e6567539a6ad8b13c7d8a50d0459400
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,4 +21,4 @@ commands = python setup.py build_sphinx [flake8] ignore = E251 show-source = True -exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build |