sudo pip install --update pip

This commit is contained in:
Thomas Ferreira de Lima 2018-08-02 01:22:46 -04:00
parent 61decac8b4
commit 6f19bed834
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ before_install:
- eval "${MATRIX_EVAL}"
- if [[ "$TRAVIS_OS_NAME" == "osx" && ! -x "$(command -v pip)" ]]; then sudo easy_install pip; fi
- pip --version
- pip install --upgrade pip
- sudo pip install --upgrade pip
- pip --version
- pip install --upgrade setuptools wheel
- python -c "import distutils.sysconfig as sysconfig; print(sysconfig.__file__)"