diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-05-11 14:11:48 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-05-11 14:22:55 +0800 |
commit | f2b765abf24d19c3f866a42504c22fe560a641c4 (patch) | |
tree | 6aafbf018bad68b457d01d6aca2026ac97850c85 /tox.ini | |
parent | 62abc2a64ed785528a0b171776674945cf91bec9 (diff) | |
download | python-ironicclient-f2b765abf24d19c3f866a42504c22fe560a641c4.tar.gz |
Trivial: ignore openstack/common in flake8 exclude list
The directory openstack/common doesn't exist any more,
so remove it from flake8 exclude list.
Change-Id: I59e0b4c4c3ca5345260d6c0f2ef3a3a27cc3535b
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ setenv = TESTS_DIR=./ironicclient/tests/functional [flake8] ignore = -exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools +exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools [hacking] import_exceptions = testtools.matchers |