mirror of https://github.com/KLayout/klayout.git
(travis) always installing with latest pip, setuptools, wheel
This commit is contained in:
parent
cfbcc158bf
commit
d826912089
|
|
@ -79,6 +79,10 @@ before_install:
|
|||
- env
|
||||
- rvm install ruby --latest
|
||||
- gem install dropbox-deployment
|
||||
- pip --version
|
||||
- pip install --upgrade pip
|
||||
- pip --version
|
||||
- pip install --upgrade setuptools wheel
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- python -c "import distutils.sysconfig as sysconfig; print(sysconfig.__file__)"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue