Check packstack/version.py for PEP8 issues

Change-Id: If7666db19a2a37c5fb55ad54570cc68c9a9b2ceb
(cherry picked from commit c470c4229f)
This commit is contained in:
Christian Berendt
2014-12-01 12:01:05 +01:00
committed by Gael Chamoulaud
parent f9ce808df6
commit 100e11c073

View File

@@ -18,7 +18,8 @@ downloadcache = ~/cache/pip
[testenv:pep8]
deps=pep8==1.2
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]