Commit 39017d91 authored by Marius Gedminas's avatar Marius Gedminas

Use Python 3.6.1 on MacOS

It seems that 3.6.0 has a bug that causes
https://github.com/nedbat/coveragepy/issues/703 ("Couldn't use data file
'/Users/travis/build/zopefoundation/persistent/.coverage': Safety level
may not be changed inside a transaction" and a failed build from
'coverage run').
parent 98daec22
......@@ -70,7 +70,8 @@ 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
env: TERRYFY_PYTHON='macpython 3.6.1'
- name: Python 3.7 wheels for MacOS
os: osx
language: generic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment