Check packstack/version.py for PEP8 issues
Change-Id: If7666db19a2a37c5fb55ad54570cc68c9a9b2ceb
This commit is contained in:
parent
10d293e505
commit
c470c4229f
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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user