mirror of https://github.com/KLayout/klayout.git
Use sudo if building on Ubuntu
This commit is contained in:
parent
ebae966237
commit
a52c629df7
|
|
@ -29,8 +29,9 @@ before_install:
|
|||
|
||||
install:
|
||||
- python3 setup.py build
|
||||
- python3 setup.py install
|
||||
- python3 setup.py bdist_wheel
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then python3 setup.py install; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo python3 setup.py installs; fi
|
||||
|
||||
script:
|
||||
- python3 -c 'import klayout.db as db; print(dir(db))'
|
||||
|
|
|
|||
Loading…
Reference in New Issue