Skip to content

Commit

Permalink
Set PYTHON variable for macOS tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Nov 7, 2019
1 parent ec36c5a commit a160bdc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
sudo: false
env: PYTHON=python3
env: PYTHON=python

git:
submodules: false
Expand All @@ -17,7 +17,9 @@ matrix:
python: 3.8
- os: osx
language: generic
env: HOMEBREW_NO_AUTO_UPDATE=1
env:
- HOMEBREW_NO_AUTO_UPDATE=1
- PYTHON=python3
- os: windows
# Windows doesn't support python or even generic language
language: cpp
Expand Down

0 comments on commit a160bdc

Please sign in to comment.