mirror of https://github.com/KLayout/klayout.git
Install wheel with pip if using Ubuntu
This commit is contained in:
parent
5729153e6d
commit
8877b93c6c
|
|
@ -23,6 +23,7 @@ before_install:
|
|||
- 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" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew bundle; fi
|
||||
- eval "${MATRIX_EVAL}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue