Commit 32cf7f3d authored by Jason Madden's avatar Jason Madden

need to specify macos in the build step, apparently.

it wasn't in the matrix there.
parent ace8f397
......@@ -200,6 +200,20 @@ jobs:
env: TRAVIS_PYTHON_VERSION=pypy2.7
- <<: *build-gevent
env: TRAVIS_PYTHON_VERSION=pypy3.6
- <<: *build-gevent
env: TRAVIS_PYTHON_VERSION=2.7
os: osx
- <<: *build-gevent
env: TRAVIS_PYTHON_VERSION=3.6
os: osx
- <<: *build-gevent
env: TRAVIS_PYTHON_VERSION=3.7
os: osx
- <<: *build-gevent
env: TRAVIS_PYTHON_VERSION=3.8
os: osx
- <<: *build-gevent
env: TRAVIS_PYTHON_VERSION=2.7 GEVENTSETUP_EMBED=0 GEVENTSETUP_EV_VERIFY=3
install:
......
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