From 8c0e731b907c5e59aa16055d889cd2fe91eb8cc9 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 25 Jun 2017 12:22:07 -1000 Subject: start testing against alpine (#3724) Drop jessie-libre 2.5.4 since alpine uses libre (boo) --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 18091c7a..5440093f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,11 +53,6 @@ def configs = [ imageName: 'pyca/cryptography-runner-jessie-libressl:2.4.5', toxenvs: ['py27'], ], - [ - label: 'docker', - imageName: 'pyca/cryptography-runner-jessie-libressl:2.5.4', - toxenvs: ['py27'], - ], [ label: 'docker', imageName: 'pyca/cryptography-runner-ubuntu-xenial', @@ -80,6 +75,11 @@ def configs = [ imageName: 'pyca/cryptography-runner-fedora', toxenvs: ['py27', 'py35'], ], + [ + label: 'docker', + imageName: 'pyca/cryptography-runner-alpine:latest', + toxenvs: ['py36'], + ], ] /* Add the linkcheck job to our config list if we're on master */ -- cgit v1.2.3