From 0f974fda1c2cca50a4736622f688288a45212701 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 30 Sep 2015 13:02:18 +0200 Subject: [PATCH] Enable pep8 checks Not super-critical, but it can help maintaining clean code Change-Id: I6052a2f24ae7873cfad0b40cc801decba05b05e5 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 358d1811..11c70885 100644 --- a/tox.ini +++ b/tox.ini @@ -15,8 +15,8 @@ deps = #commands = python setup.py test --slowest --testr-args="{posargs}" [testenv:pep8] -#commands = -# flake8 {posargs} +commands = + flake8 {posargs} [testenv:venv] commands = {posargs}