aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-10-11 21:36:30 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-12 09:36:30 +0800
commita87daea52b698a59664d852ecad567a742576265 (patch)
treed18b07e79df0b9bfc95ecfeb96e04a1d1f377e63 /Jenkinsfile
parent4cf6e785ca5608cffd8d92ad1e1a5073108a2a20 (diff)
downloadcryptography-a87daea52b698a59664d852ecad567a742576265.tar.gz
cryptography-a87daea52b698a59664d852ecad567a742576265.tar.bz2
cryptography-a87daea52b698a59664d852ecad567a742576265.zip
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
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 0e4c60ce..60195a68 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,7 +51,7 @@ def configs = [
[
label: 'docker',
imageName: 'pyca/cryptography-runner-sid',
- toxenvs: ['py27', 'py35'],
+ toxenvs: ['py27', 'py36'],
],
[
label: 'docker',