mirror of https://github.com/KLayout/klayout.git
Fixed typo in travis.yml
This commit is contained in:
parent
a52c629df7
commit
5729153e6d
|
|
@ -31,7 +31,7 @@ install:
|
|||
- python3 setup.py build
|
||||
- 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
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo python3 setup.py install; fi
|
||||
|
||||
script:
|
||||
- python3 -c 'import klayout.db as db; print(dir(db))'
|
||||
|
|
|
|||
Loading…
Reference in New Issue