aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-25 10:25:13 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-05-25 10:25:13 -0400
commit551abfadc9e9375daf4354c76020595ad9b34c41 (patch)
treee114676d40ade51feb6e1635fc7e13fdba1d925b /Jenkinsfile
parent98d06e7c0814f91a6ffd06b80996814b4789ff64 (diff)
downloadcryptography-551abfadc9e9375daf4354c76020595ad9b34c41.tar.gz
cryptography-551abfadc9e9375daf4354c76020595ad9b34c41.tar.bz2
cryptography-551abfadc9e9375daf4354c76020595ad9b34c41.zip
we don't have these mac builders any more (#4892)
* we don't have these mac builders any more let's see if we get coverage from azure like we should! * remove a branch we can't cover in tests * remove unused import
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e4475741..9fb9ad15 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,14 +12,6 @@ def configs = [
toxenvs: ['py27', 'py34', 'py35', 'py36', 'py37'],
],
[
- label: 'sierra',
- toxenvs: ['py27', 'py36'],
- ],
- [
- label: 'yosemite',
- toxenvs: ['py27'],
- ],
- [
label: 'docker',
imageName: 'pyca/cryptography-runner-sid',
toxenvs: ['docs'],