mirror of https://github.com/KLayout/klayout.git
Added setuptools installation to travis.yml
This commit is contained in:
parent
ad1ada9b23
commit
fcb3575b72
|
|
@ -27,6 +27,7 @@ before_install:
|
|||
- eval "${MATRIX_EVAL}"
|
||||
|
||||
install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip install --user setuptools; fi
|
||||
- python3 setup.py build
|
||||
- python3 setup.py install
|
||||
- python3 setup.py bdist_wheel
|
||||
|
|
|
|||
Loading…
Reference in New Issue