From: Thanh Ha Date: Fri, 13 Jul 2018 00:06:15 +0000 (-0400) Subject: Remove commented out docs toxenv X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f8aa1f7750971e5709e6a5facbb791dadaaa4b0e;hp=37755f797b087a0f4772c2d6fce625a45d53812a;p=ci-management.git 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 --- diff --git a/tox.ini b/tox.ini index dbeedd8bd..cec0b653a 100644 --- 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/