diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-07-12 20:07:10 -0400 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-07-12 20:08:32 -0400 |
commit | 9af0c05ad518243998c3566913e43a7079fe3d06 (patch) | |
tree | c8dbfde0a63a58f45feac68216c68eae6882877d | |
parent | f8aa1f7750971e5709e6a5facbb791dadaaa4b0e (diff) |
Remove unused pep8 scanner
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>
-rw-r--r-- | tox.ini | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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/ |