Fixed typo in travis.yml

This commit is contained in:
Daniel Wang 2018-07-19 15:24:24 -04:00
parent a52c629df7
commit 5729153e6d
No known key found for this signature in database
GPG Key ID: 82968CE7F0EA634E
1 changed files with 1 additions and 1 deletions

View File

@ -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))'