mirror of https://github.com/KLayout/klayout.git
Revert installing sysconfig
This commit is contained in:
parent
ca6d82f9b7
commit
24f9f44227
|
|
@ -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'; else pip install sysconfig; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew bundle; alias python='python3'; fi
|
||||
- eval "${MATRIX_EVAL}"
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue