Skip to content

Commit

Permalink
Fixed Travis runs with libxml2/py38
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Jul 12, 2020
1 parent 8e8b249 commit 74ed3fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,34 +130,44 @@ matrix:
# - PACKAGE_LEVEL=latest

# - os: osx
# osx_image: xcode9.4 # macOS 10.13.6 with python2 @ 2.7.17
# language: generic
# python:
# env:
# - PYTHON=2
# - PACKAGE_LEVEL=minimum

# - os: osx
# osx_image: xcode9.4 # macOS 10.13.6 with python2 @ 2.7.17
# language: generic
# python:
# env:
# - PYTHON=2
# - PACKAGE_LEVEL=latest

# - os: osx
# osx_image: xcode12 # macOS 10.15.5 with python3 @ 3.7.7, upgraded to 3.8.3
# language: generic
# python:
# env:
# - PYTHON=3
# - PACKAGE_LEVEL=minimum

# - os: osx
# osx_image: xcode12 # macOS 10.15.5 with python3 @ 3.7.7, upgraded to 3.8.3
# language: generic
# python:
# env:
# - PYTHON=3
# - PACKAGE_LEVEL=latest

before_install:

# Debug original Python versions on macOS
- sh -c "which python; python --version"
- sh -c "which python2; python2 --version"
- sh -c "which python3; python3 --version"

- if [[ "$TRAVIS_BRANCH" == "manual-ci-run" ]]; then
export _NEED_REBASE=true;
fi
Expand Down

0 comments on commit 74ed3fb

Please sign in to comment.