Skip to content
Open
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
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,24 @@ jobs:
- os: linux
language: python
python: 3.6

- os: osx
language: shell
osx_image: xcode12.2 # macOS 10.15.7 Python 3.8.6
env:
# p4python needs SSL libraries to successfully build from source.
PATH: "/usr/local/opt/[email protected]/bin:$PATH"
LDFLAGS: "-L/usr/local/opt/[email protected]/lib"
CPPFLAGS: "-I/usr/local/opt/[email protected]/include"

- os: windows
language: shell
before_install:
- choco install python3 --version 3.8.0
- ln -sf /c/Python38/python /c/Python38/python3
env:
PATH: /c/Python38:/c/Python38/Scripts:$PATH

before_install:
- python3 --version
- pip3 install -U pip
Expand Down