From: Haibin Huang Date: Tue, 15 Jan 2019 02:52:26 +0000 (+0800) Subject: Enabling ocata pep8 check X-Git-Tag: 1.3.0~68 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9a003d4d1ea4ca2892d3af3f31c15edc2638b4ac;p=multicloud%2Fopenstack.git Enabling ocata pep8 check Change-Id: Iee0bc4d7c95255967489a9cd8036dee2abab6a9b Issue-ID: MULTICLOUD-434 Signed-off-by: Haibin Huang --- diff --git a/ocata/tox.ini b/ocata/tox.ini index 9cd8dd4a..b882540d 100644 --- a/ocata/tox.ini +++ b/ocata/tox.ini @@ -13,7 +13,7 @@ # limitations under the License. [tox] -envlist = py27,cov +envlist = py27,pep8,cov skipsdist = true [tox:jenkins]