Install wheel with pip if using Ubuntu

This commit is contained in:
Daniel Wang 2018-07-19 15:50:24 -04:00
parent 5729153e6d
commit 8877b93c6c
No known key found for this signature in database
GPG Key ID: 82968CE7F0EA634E
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ before_install:
- rvm install ruby --latest
- gem install dropbox-deployment
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python3-setuptools; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo pip install wheel; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew bundle; fi
- eval "${MATRIX_EVAL}"