commit | a87daea52b698a59664d852ecad567a742576265 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Oct 11 21:36:30 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Oct 12 09:36:30 2017 +0800 |
tree | d18b07e79df0b9bfc95ecfeb96e04a1d1f377e63 | |
parent | 4cf6e785ca5608cffd8d92ad1e1a5073108a2a20 [diff] [blame] |
Debian sid is python3.6 now (#3968) * Debian sid is python3.6 now * Workaround because apparently measuring coverage correctly isn't a legitimate use case
diff --git a/Jenkinsfile b/Jenkinsfile index 0e4c60c..60195a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -51,7 +51,7 @@ [ label: 'docker', imageName: 'pyca/cryptography-runner-sid', - toxenvs: ['py27', 'py35'], + toxenvs: ['py27', 'py36'], ], [ label: 'docker',