small edit to travis [ci skip]

This commit is contained in:
Thomas Ferreira de Lima 2018-08-02 01:52:06 -04:00
parent a24b172c0f
commit 0b19752047
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 2 additions and 2 deletions

View File

@ -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: