From abac964a997c97bc872c7ded5003e84dfab3a119 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 23 Dec 2015 10:07:22 +0100 Subject: [PATCH] Remove pep8/bashate targets These targets are now part of the linters environment, so can be removed. Change-Id: I451e2c0a745439838c58bb024d81196f347cfd7b --- tox.ini | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tox.ini b/tox.ini index f9eb341b25..91138377f7 100644 --- a/tox.ini +++ b/tox.ini @@ -6,13 +6,6 @@ skipsdist = True [testenv] deps = -r{toxinidir}/test-requirements.txt -[testenv:bashate] -commands = {toxinidir}/tools/run-bashate.sh - -[testenv:pep8] -commands = - flake8 - [testenv:linters] commands = {toxinidir}/tools/run-bashate.sh