diff --git a/tox.ini b/tox.ini
index 8bdfc6bb27..3af4ec5ddd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,9 +14,6 @@ commands =
   {toxinidir}/tools/run-bashate.sh
   python {toxinidir}/tools/sorted_modules_env.py {toxinidir}/modules.env
 
-[testenv:pep8]
-commands = flake8
-
 [testenv:venv]
 commands = {posargs}
 
@@ -28,6 +25,3 @@ show-source = True
 exclude = .tox,.eggs
 ignore = E125,H
 select = H231
-
-[testenv:bashate]
-commands = {toxinidir}/tools/run-bashate.sh