diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-13 08:30:24 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-13 14:30:24 +0200 |
commit | 2e64a3f27a177570c40ffdab483f75a60fc68191 (patch) | |
tree | bbd02779be0ed637221300899a1d5e2a1e848148 | |
parent | dc6e7624154809340fb38fc884ad30d840a3ff5e (diff) | |
download | cryptography-2e64a3f27a177570c40ffdab483f75a60fc68191.tar.gz cryptography-2e64a3f27a177570c40ffdab483f75a60fc68191.tar.bz2 cryptography-2e64a3f27a177570c40ffdab483f75a60fc68191.zip |
fedora comes with a py36 now (#3781)
-rw-r--r-- | Jenkinsfile | 2 |
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', |