From c2c0c70f8f2041fd38c2abb27ba94cbb57cb61f5 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 20 Jan 2017 23:23:51 +0800 Subject: 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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] -- cgit 1.2.3-korg