Enable pep8 in tox test by default 03/27303/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 20 Jan 2017 15:23:51 +0000 (23:23 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 20 Jan 2017 15:25:42 +0000 (23:25 +0800)
Check it locally before submit for verification by opnfv-lint task

Change-Id: I2736d53e82a87d39a7316036aa97105bb13fec2f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tox.ini

diff --git a/tox.ini b/tox.ini
index 56a8afe..03283e4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 
 [tox]
-envlist = py27
+envlist = py27,pep8
 skipsdist = True
 
 [testenv]