Remove commented out docs toxenv 33/56333/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 13 Jul 2018 00:06:15 +0000 (20:06 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 13 Jul 2018 00:08:25 +0000 (20:08 -0400)
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>
tox.ini

diff --git a/tox.ini b/tox.ini
index dbeedd8..cec0b65 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -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/