We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303086e commit 7db71f7Copy full SHA for 7db71f7
.travis.yml
@@ -63,6 +63,17 @@ matrix:
63
<<: *osx-setup-steps
64
script: pipenv run -v test -f make,ninja
65
66
+ - name: "macOS: XCode10.2 test with make and ninja on Python 3.7"
67
+ os: osx
68
+ osx_image: xcode10.2 # provides Python 3.7.2
69
+ language: cpp # 'language: python' is not yet supported on macOS
70
+ install:
71
+ - HOMEBREW_NO_AUTO_UPDATE=1 brew install ninja
72
+ - pip3 install --upgrade pip pipenv
73
+ - pipenv install --dev
74
+ - pipenv install PyObjC # This is not in the Pipfile because it breaks other platforms https://github.com/pypa/pipenv/issues/3187
75
+ script: pipenv run -v test -f make,ninja
76
+
77
- name: "lint with Python 2.7"
78
python: '2.7'
79
<<: *linux-setup-steps
0 commit comments