summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 05d2892bd..093cc625c 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -101,6 +101,8 @@
fi
if [ "{tag}" = "latest" ]; then
py=3.7
+ elif [ "{tag}" = "iruya" ]; then
+ py=3.6
else
py=2.7
fi