mirror of https://github.com/KLayout/klayout.git
small edit to travis [ci skip]
This commit is contained in:
parent
a24b172c0f
commit
0b19752047
|
|
@ -81,9 +81,9 @@ before_install:
|
|||
- gem install dropbox-deployment
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- pip --version
|
||||
- sudo pip install --upgrade pip
|
||||
- pip install --upgrade pip || sudo pip install --upgrade pip
|
||||
- pip --version
|
||||
- sudo pip install --upgrade setuptools wheel
|
||||
- pip install --upgrade setuptools wheel || sudo pip install --upgrade setuptools wheel
|
||||
- python -c "import distutils.sysconfig as sysconfig; print(sysconfig.__file__)"
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue