summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-11-02 12:57:52 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-11-02 13:57:52 -0400
commit2219ea7609eaacfa2d09f80d1baf60be7af5eaca (patch)
tree75bd18867678ca60075cd5ffc5c447f675f156b4 /Jenkinsfile
parent106de1cb976c8ab7057484cb555979bb27e2430e (diff)
downloadcryptography-2.1.3.tar.gz
changelog and version bump for 2.1.3 (#4007)2.1.3
* changelog and version bump for 2.1.3 * buster is 3.6 now (#4003) * Fix a few new flake8 issues (#4008)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 11cbfd75c..af7467a28 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',