Remove unused pep8 scanner 35/56335/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 13 Jul 2018 00:07:10 +0000 (20:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 13 Jul 2018 00:08:32 +0000 (20:08 -0400)
PEP8 is a Python concept and there does not appear to be any
Python code in the scripts directory. This scanner is pointless
in this repo as is so remove it.

Issue-ID: CIMAN-1
Change-Id: I3eee63b90b7b8c377ac4b801fa6895192eb5a596
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index cec0b65..a880440 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = coala,pep8
+envlist = coala
 skipsdist = true
 
 [testenv:coala]
@@ -11,7 +11,3 @@ deps =
 commands =
     python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
     coala --non-interactive
-
-[testenv:pep8]
-deps = flake8
-commands = flake8 scripts/