aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-10-28 19:16:49 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-28 18:16:49 -0500
commit20128c78a148bcb9b82fa1c1fb524223742ef9c5 (patch)
tree70e5dc2325d0a79a881bd2a62828bf6ccbf46eb3 /Jenkinsfile
parent4941fc5c01cf1222ce04d1389e5821fea40a8c76 (diff)
downloadcryptography-20128c78a148bcb9b82fa1c1fb524223742ef9c5.tar.gz
cryptography-20128c78a148bcb9b82fa1c1fb524223742ef9c5.tar.bz2
cryptography-20128c78a148bcb9b82fa1c1fb524223742ef9c5.zip
buster is 3.6 now (#4003)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 0719907f..2cd00058 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,7 +46,7 @@ def configs = [
[
label: 'docker',
imageName: 'pyca/cryptography-runner-buster',
- toxenvs: ['py27', 'py35'],
+ toxenvs: ['py27', 'py36'],
],
[
label: 'docker',