Check packstack/version.py for PEP8 issues
Change-Id: If7666db19a2a37c5fb55ad54570cc68c9a9b2ceb
(cherry picked from commit c470c4229f)
This commit is contained in:
committed by
Gael Chamoulaud
parent
f9ce808df6
commit
100e11c073
3
tox.ini
3
tox.ini
@@ -18,7 +18,8 @@ downloadcache = ~/cache/pip
|
|||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps=pep8==1.2
|
deps=pep8==1.2
|
||||||
commands = pep8 --exclude=*.pyc --repeat --show-source \
|
commands = pep8 --exclude=*.pyc --repeat --show-source \
|
||||||
packstack/modules packstack/plugins tests setup.py
|
packstack/modules packstack/plugins tests setup.py \
|
||||||
|
packstack/version.py
|
||||||
|
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
|||||||
Reference in New Issue
Block a user