mirror of https://github.com/KLayout/klayout.git
Make alias work on Travis for Mac OS
This commit is contained in:
parent
5e1db92102
commit
dfa1995f5a
|
|
@ -59,7 +59,7 @@ before_install:
|
|||
- env
|
||||
- rvm install ruby --latest
|
||||
- gem install dropbox-deployment
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew bundle; alias python='python3'; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew bundle; shopt -s expand_aliases; alias python='python3'; fi
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- python -c "import distutils.sysconfig as sysconfig; print(sysconfig.__file__)"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue