aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d1ea0baf..cc53da33 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,6 +60,11 @@ def configs = [
],
[
label: 'docker',
+ imageName: 'pyca/cryptography-runner-jessie-libressl:2.6.0',
+ toxenvs: ['py27'],
+ ],
+ [
+ label: 'docker',
imageName: 'pyca/cryptography-runner-ubuntu-xenial',
toxenvs: ['py27', 'py35'],
],