Check packstack/version.py for PEP8 issues

Change-Id: If7666db19a2a37c5fb55ad54570cc68c9a9b2ceb
This commit is contained in:
Christian Berendt 2014-12-01 12:01:05 +01:00
parent 10d293e505
commit c470c4229f
1 changed files with 2 additions and 1 deletions

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]