aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-07-13 08:30:24 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-13 14:30:24 +0200
commit2e64a3f27a177570c40ffdab483f75a60fc68191 (patch)
treebbd02779be0ed637221300899a1d5e2a1e848148 /Jenkinsfile
parentdc6e7624154809340fb38fc884ad30d840a3ff5e (diff)
downloadcryptography-2e64a3f27a177570c40ffdab483f75a60fc68191.tar.gz
cryptography-2e64a3f27a177570c40ffdab483f75a60fc68191.tar.bz2
cryptography-2e64a3f27a177570c40ffdab483f75a60fc68191.zip
fedora comes with a py36 now (#3781)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d953a48e..d1ea0baf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -78,7 +78,7 @@ def configs = [
[
label: 'docker',
imageName: 'pyca/cryptography-runner-fedora',
- toxenvs: ['py27', 'py35'],
+ toxenvs: ['py27', 'py36'],
],
[
label: 'docker',