From: Yujun Zhang Date: Fri, 20 Jan 2017 15:23:51 +0000 (+0800) Subject: Enable pep8 in tox test by default X-Git-Tag: danube.1.0~111 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c2c0c70f8f2041fd38c2abb27ba94cbb57cb61f5;p=qtip.git 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 --- 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]