bugfix: travis might not have pip

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

View File

@ -79,11 +79,12 @@ before_install:
- env
- rvm install ruby --latest
- gem install dropbox-deployment
- eval "${MATRIX_EVAL}"
- if [[ "$TRAVIS_OS_NAME" == "osx" && ! -x "$(command -v pip)" ]]; then sudo easy_install pip; fi
- 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__)"
install: