diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-07-12 20:06:15 -0400 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-07-12 20:08:25 -0400 |
commit | f8aa1f7750971e5709e6a5facbb791dadaaa4b0e (patch) | |
tree | f0588ec5909712ee4d2652911c49529ae6702d04 | |
parent | 37755f797b087a0f4772c2d6fce625a45d53812a (diff) |
Remove commented out docs toxenv
There is no point in having commented out code in software if
code is not to be run just remove it.
Issue-ID: CIMAN-1
Change-Id: Iedc50d1d3c2062b7da9df3243a8dfc64b60cad06
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,docs,pep8 +envlist = coala,pep8 skipsdist = true [testenv:coala] @@ -12,10 +12,6 @@ commands = python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger coala --non-interactive -# [testenv:docs] -# deps = sphinx -# commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html - [testenv:pep8] deps = flake8 commands = flake8 scripts/ |