diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-05-25 10:25:13 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-05-25 10:25:13 -0400 |
commit | 551abfadc9e9375daf4354c76020595ad9b34c41 (patch) | |
tree | e114676d40ade51feb6e1635fc7e13fdba1d925b /Jenkinsfile | |
parent | 98d06e7c0814f91a6ffd06b80996814b4789ff64 (diff) | |
download | cryptography-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-- | Jenkinsfile | 8 |
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'], |