From c28da01f91ecbf9a716d15d00e054f792a944159 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 15 Mar 2015 17:50:12 +0100 Subject: [PATCH] project-config: Merge lint jobs (2/2) Since both pep8 and bashate are voting, we can merge the two lint targets into the "common" pep8 lint target. There's no need for a separate bashate run. This change is the second part for this. Since the jobs are changed, we can now remove the obsolete bashate tox.ini target. Change-Id: I572ba3fe8b3a9a05f5239a858d2f701bfd8f684d --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 7c96cbd030..7f1f38e7c0 100644 --- a/tox.ini +++ b/tox.ini @@ -63,14 +63,12 @@ commands = {toxinidir}/tools/run-layout.sh {toxinidir}/tools/layout-checks.py -[testenv:bashate] -commands = {toxinidir}/tools/run-bashate.sh - [testenv:infra-docs] deps = Jinja2 PyYAML commands = {toxinidir}/docs-site/generate_infra_index.py {toxinidir}/docs-site/infra-documents.yaml + [testenv:specs] deps = Jinja2