diff options
-rw-r--r-- | jjb/functest/functest.yaml | 2 |
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 |