(travis) always installing with latest pip, setuptools, wheel

This commit is contained in:
Thomas Ferreira de Lima 2018-08-02 00:55:18 -04:00
parent cfbcc158bf
commit d826912089
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 4 additions and 0 deletions

View File

@ -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__)"