summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-01-21 08:31:37 -0600
committerGitHub <noreply@github.com>2020-01-21 08:31:37 -0600
commite8e5c1257b079a2f96a2e408d8d501992248f37c (patch)
treedc7afac161a0cd771500cfb0687158250aee8a27
parent360e44c1f50e19a313f19d533ed2d80fe2c21b1d (diff)
parent28a0aa0befd04aeba98918de35d54ba6c78086e9 (diff)
downloadzope-interface-e8e5c1257b079a2f96a2e408d8d501992248f37c.tar.gz
Merge pull request #152 from zopefoundation/mac-use-362
Use 3.6.2 on Travis.
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8312e95..7c596f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,10 @@ jobs:
- name: Python 3.6 wheels for MacOS
os: osx
language: generic
- env: TERRYFY_PYTHON='macpython 3.6.0'
+ # NB: 3.6.0 causes https://github.com/nedbat/coveragepy/issues/703
+ # NB: 3.6.1 had that ABI regression (fixed in 3.6.2) and would be a bad
+ # version to use
+ env: TERRYFY_PYTHON='macpython 3.6.2'
- name: Python 3.7 wheels for MacOS
os: osx
language: generic