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