diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-06-25 12:22:07 -1000 | 
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-06-25 18:22:07 -0400 | 
| commit | 8c0e731b907c5e59aa16055d889cd2fe91eb8cc9 (patch) | |
| tree | 96c433e7609c01470c6b3e39ec29e6b24c392f8d | |
| parent | fe2b17407b023c10b06e288b11b4e943989ff719 (diff) | |
| download | cryptography-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)
| -rw-r--r-- | Jenkinsfile | 10 | 
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 */ | 
