From f8aa1f7750971e5709e6a5facbb791dadaaa4b0e Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 12 Jul 2018 20:06:15 -0400 Subject: [PATCH 1/1] 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 --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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/ -- 2.16.6