From a87daea52b698a59664d852ecad567a742576265 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 11 Oct 2017 21:36:30 -0400 Subject: 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 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') 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', -- cgit v1.2.3