We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7598b commit 14ed35fCopy full SHA for 14ed35f
.travis.yml
@@ -42,10 +42,7 @@ matrix:
42
os: osx
43
osx_image: xcode10.2 # provides Python 3.7.2
44
language: cpp # 'language: python' is not yet supported on macOS
45
- # before_install: brew upgrade python # takes too long
46
install:
47
- - sudo rm -rf /Library/Developer/CommandLineTools
48
- - xcode-select --install
49
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ninja
50
- pip3 install --upgrade pip pipenv
51
- pipenv install --dev
0 commit comments