commit | 45f2a42d9c1424b587ff834cfe2c6bec5c8919fe | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Jul 26 09:10:32 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jul 26 16:10:32 2017 +0300 |
tree | 1c12569282bb6b1ad5d742bbb4a14c0e962009e2 | |
parent | 7ad62dbb14e0c1f7f74cb97b974e7d3783249fec [diff] |
fixed #3780 -- test on the latest libressl (#3813)
diff --git a/Jenkinsfile b/Jenkinsfile index d1ea0ba..cc53da3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -60,6 +60,11 @@ ], [ label: 'docker', + imageName: 'pyca/cryptography-runner-jessie-libressl:2.6.0', + toxenvs: ['py27'], + ], + [ + label: 'docker', imageName: 'pyca/cryptography-runner-ubuntu-xenial', toxenvs: ['py27', 'py35'], ],