Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ jobs:
- os: linux
language: python
python: 3.6
- os: osx
language: shell
osx_image: xcode12.2 # macOS 10.15.7 Python 3.8.6
# Disabled because this does not currently build successfully on MacOS due to p4python not getting along well with Python 3.9.
# - os: osx
# language: shell
# osx_image: xcode12u # macOS 10.15.5 Python 3.8.6
- os: windows
language: shell
before_install:
Expand Down