aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-01-20 23:23:51 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-01-20 23:25:42 +0800
commitc2c0c70f8f2041fd38c2abb27ba94cbb57cb61f5 (patch)
treecab7a2d476b06bc747308fc79df3753b167b2c1e /tox.ini
parente835a660789c2f152750308fa1eeb1b5e970a257 (diff)
Enable pep8 in tox test by default
Check it locally before submit for verification by opnfv-lint task Change-Id: I2736d53e82a87d39a7316036aa97105bb13fec2f Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 56a8afe1..03283e42 100644
--- 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]