Skip to content

Commit

Permalink
Try again to fix PATH on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Feb 11, 2020
1 parent 36754b2 commit 66b9ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ matrix:
before_install:
- if [ ! -z ${TRAVIS_TAG} ]; then export BUILD_COMMIT=${TRAVIS_TAG}; fi
- export TEST_DEPENDS="${TEST_DEPENDS} numpy==${TEST_NPY_VERSION}"
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/Library/Frameworks/Python.framework/Versions/$MB_PYTHON_VERSION/bin:$PATH"; fi
- source multibuild/common_utils.sh
- source multibuild/travis_steps.sh
- set -x && before_install && set +x
- export PATH="`dirname $PYTHON_EXE`:$PATH"

install:
# Maybe get and clean and patch source
Expand Down

0 comments on commit 66b9ec3

Please sign in to comment.