aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-25 12:22:07 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-25 18:22:07 -0400
commit8c0e731b907c5e59aa16055d889cd2fe91eb8cc9 (patch)
tree96c433e7609c01470c6b3e39ec29e6b24c392f8d /Jenkinsfile
parentfe2b17407b023c10b06e288b11b4e943989ff719 (diff)
downloadcryptography-8c0e731b907c5e59aa16055d889cd2fe91eb8cc9.tar.gz
cryptography-8c0e731b907c5e59aa16055d889cd2fe91eb8cc9.tar.bz2
cryptography-8c0e731b907c5e59aa16055d889cd2fe91eb8cc9.zip
start testing against alpine (#3724)
Drop jessie-libre 2.5.4 since alpine uses libre (boo)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 18091c7a..5440093f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,11 +55,6 @@ def configs = [
],
[
label: 'docker',
- imageName: 'pyca/cryptography-runner-jessie-libressl:2.5.4',
- toxenvs: ['py27'],
- ],
- [
- label: 'docker',
imageName: 'pyca/cryptography-runner-ubuntu-xenial',
toxenvs: ['py27', 'py35'],
],
@@ -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 */