Skip to content

Commit

Permalink
Merge pull request #119 from zopefoundation/travis_3.8
Browse files Browse the repository at this point in the history
adds python 3.8 on macos to the travis build.
  • Loading branch information
fgregg committed Jan 13, 2020
2 parents 8da13bf + 221b98f commit e0a9880
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
os: osx
language: generic
env: TERRYFY_PYTHON='macpython 3.7.0'
- name: Python 3.8 wheels for MacOS
os: osx
language: generic
env: TERRYFY_PYTHON='macpython 3.8.0'

before_install:
- |
Expand Down

0 comments on commit e0a9880

Please sign in to comment.