aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-15 18:17:26 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2018-08-15 19:17:26 -0400
commit5b502310fe1bfb3dd96b51918c6cf579d111ad63 (patch)
tree23fff5aa441c9fd7ffa84bf4b3f1dcff2355c9ba /Jenkinsfile
parent732cf642141f57f26db84ec2a4f6122cf7918c9e (diff)
downloadcryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.tar.gz
cryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.tar.bz2
cryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.zip
remove freebsd11 builder (#4401)
* remove freebsd11 builder it's out of date, we can't update it, and it is unreliable * we don't test against freebsd for now * what did case sensitivity ever do for me * don't assert on bsd since we don't test on for now
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 816e9de8..350d832f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,10 +12,6 @@ def configs = [
toxenvs: ['py27', 'py34', 'py35', 'py36', 'py37'],
],
[
- label: 'freebsd11',
- toxenvs: ['py27'],
- ],
- [
label: 'sierra',
toxenvs: ['py27', 'py36'],
],