Merge "Update recheck trigger to match global-jjb"
[releng/builder.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 1f08557af6439aa72a091dd8f1435cf641dc5b2e..a7c7171094453c70f5b2f088014a03d834fbac8c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = coala,docs,pep8,robot
+envlist = coala,docs,pep8,prefix,robot
 skipsdist = true
 
 [testenv:coala]
@@ -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
-