Merge "Update recheck trigger to match global-jjb"
[releng/builder.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ad3eb318862cd1cc2fe2b1778348254eac2b07cd..a7c7171094453c70f5b2f088014a03d834fbac8c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,11 +23,10 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs
 
 [testenv:pep8]
 deps = flake8
-commands = flake8 scripts/
+commands = flake8 scripts/ *.py
 
 [testenv:prefix]
-commands = ./check_prefix.sh
+commands = python {toxinidir}/check_prefix.py
 
 [testenv:robot]
 commands = ./check_robot.sh
-