summaryrefslogtreecommitdiffstats
path: root/pike/tox.ini
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2018-12-19 15:07:21 +0800
committerHaibin Huang <haibin.huang@intel.com>2018-12-19 15:07:21 +0800
commitd76c9be3e8d91675630d8b7772051030e992bf3e (patch)
tree76e41a3126b2c885b5252c788fe8d9c4328e9618 /pike/tox.ini
parent9b20c42c81cf3b1d586d04953fc95824898c4b2c (diff)
Enable pep8 check
This patch is fixing the pep8 issues under the pub and resource folder for pike release and also enable pep8 check Change-Id: I1afea756108e7bb0d79ac3f5317209fd8964f863 Issue-ID: MULTICLOUD-428 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'pike/tox.ini')
-rw-r--r--pike/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pike/tox.ini b/pike/tox.ini
index 9107da32..cd5327a3 100644
--- a/pike/tox.ini
+++ b/pike/tox.ini
@@ -13,7 +13,7 @@
# limitations under the License.
[tox]
-envlist = py27,cov
+envlist = py27,pep8,cov
skipsdist = true
[tox:jenkins]