From 9a003d4d1ea4ca2892d3af3f31c15edc2638b4ac Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Tue, 15 Jan 2019 10:52:26 +0800 Subject: Enabling ocata pep8 check Change-Id: Iee0bc4d7c95255967489a9cd8036dee2abab6a9b Issue-ID: MULTICLOUD-434 Signed-off-by: Haibin Huang --- ocata/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit 1.2.3-korg