Remove {project}-integration-{stream} jobs
[releng/builder.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0dc233f8fd801fbb8358eee8fe2f2b9e61cfe137..1429352c31009a9eaae7fb8f93b98685d19800db 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = coala,docs,pep8
+envlist = coala,docs,pep8,robot
 skipsdist = true
 
 [testenv:coala]
@@ -24,3 +24,10 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs
 [testenv:pep8]
 deps = flake8
 commands = flake8 scripts/
+
+[testenv:prefix]
+commands = ./check_prefix.sh
+
+[testenv:robot]
+commands = ./check_robot.sh
+