Skip to content

Commit

Permalink
Use Python 3.6.2 on MacOS
Browse files Browse the repository at this point in the history
It seems that 3.6.0 has a bug that causes
nedbat/coveragepy#703 ("Couldn't use data file
'/Users/travis/build/zopefoundation/zope.container/.coverage': Safety level
may not be changed inside a transaction" and a failed build from
'coverage run').
  • Loading branch information
mgedmin committed Jan 21, 2020
1 parent 518ec36 commit e14b31d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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
Expand Down

0 comments on commit e14b31d

Please sign in to comment.