summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-01-18 07:51:18 -0600
committerJason Madden <jamadden@gmail.com>2017-01-18 07:51:18 -0600
commit0fbf1b0d863c383e3fe72f137290efd55b60571f (patch)
tree41a6aae8e6a2d43d1e80b9a56380fae12b0b5ee4 /appveyor.yml
parenta4692ac0aabb7999b0e1d299714181dfdc69d4b6 (diff)
downloadzope-interface-macpython.tar.gz
Install the test extra with pip.macpython
hopefully this avoids the SSL issue seen in macpython 3.6 (https://travis-ci.org/zopefoundation/zope.interface/jobs/192367647) Also update appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 505ae3c..0425cc2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,6 +13,8 @@ environment:
- python: 34-x64
- python: 35
- python: 35-x64
+ - python: 36
+ - python: 36-x64
install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"