From d7d5eecdbdf95833642b4240ffcebba2f8c393aa Mon Sep 17 00:00:00 2001
From: SamYaple <sam@yaple.net>
Date: Thu, 21 Jan 2016 14:52:55 +0000
Subject: [PATCH] Remove our unused jobs that now run in linters

Change-Id: I5c83b28ce3ef6c4080c68fa2fa353ad118ef7b71
Depends-On: I48faeb61fd3d630e7d7b6c949afcf10f724b0b72
---
 tox.ini | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/tox.ini b/tox.ini
index 478b267a77..2e4812312e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
 [tox]
 minversion = 1.6
 skipsdist = True
-envlist = py34,py27,pep8,pypy
+envlist = py34,py27,linters,pypy
 
 [testenv]
 usedevelop=True
@@ -24,26 +24,12 @@ commands =
   {toxinidir}/tools/validate-all-yaml.sh
   {toxinidir}/tools/validate-all-maintainer.sh
 
-[testenv:pep8]
-commands =
-  flake8
-
 [testenv:venv]
 commands = {posargs}
 
 [testenv:docs]
 commands = python setup.py build_sphinx
 
-[testenv:validate-contents]
-commands =
-  {toxinidir}/tools/validate-all-json.sh
-  {toxinidir}/tools/validate-all-yaml.sh
-  {toxinidir}/tools/validate-all-maintainer.sh
-
-[testenv:bashate]
-commands =
-  {toxinidir}/tools/run-bashate.sh
-
 [testenv:setupenv]
 whitelist_externals = bash
 commands = bash -c tests/setup_gate.sh