From 100e11c0731d03d2f18f8b5c586dae676fe4114e Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 1 Dec 2014 12:01:05 +0100 Subject: [PATCH] Check packstack/version.py for PEP8 issues Change-Id: If7666db19a2a37c5fb55ad54570cc68c9a9b2ceb (cherry picked from commit c470c4229f57ab65b76e0ae87df7a6c155471d14) --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a8edaa66b..1920c6e04 100644 --- a/tox.ini +++ b/tox.ini @@ -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]