aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-09-20 20:49:03 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-09-20 08:49:03 -0400
commit90375552fa703a20e5863253d4cb73ca18ef5fdd (patch)
tree97254c5e5195f78f907c25ad6bd1e3d4ef41041d /Jenkinsfile
parent20721c9ad94dbeb42c0bbe7f9a5f4db5e80ad9d0 (diff)
downloadcryptography-90375552fa703a20e5863253d4cb73ca18ef5fdd.tar.gz
cryptography-90375552fa703a20e5863253d4cb73ca18ef5fdd.tar.bz2
cryptography-90375552fa703a20e5863253d4cb73ca18ef5fdd.zip
disable travis mac builders and add a mac jenkins build (#3933)
we'll re-enable mac builders when travis recovers and remove the jenkins build
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 8742e858..92b0c7e7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ def configs = [
],
[
label: 'sierra',
- toxenvs: ['py27'],
+ toxenvs: ['py27', 'py36'],
],
[
label: 'yosemite',