Use apt instead of pip for wheel

This commit is contained in:
Daniel Wang 2018-07-19 16:18:11 -04:00
parent 8877b93c6c
commit 8cfa1b84d9
No known key found for this signature in database
GPG Key ID: 82968CE7F0EA634E
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ before_install:
- env
- 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" == "linux" ]]; then sudo apt-get install python3-setuptools python3-wheel; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew bundle; fi
- eval "${MATRIX_EVAL}"