mirror of https://github.com/KLayout/klayout.git
Use apt instead of pip for wheel
This commit is contained in:
parent
8877b93c6c
commit
8cfa1b84d9
|
|
@ -22,8 +22,7 @@ before_install:
|
|||
- env
|
||||
- rvm install ruby --latest
|
||||
- gem install dropbox-deployment
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python3-setuptools; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo pip install wheel; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python3-setuptools python3-wheel; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew bundle; fi
|
||||
- eval "${MATRIX_EVAL}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue