Revert installing sysconfig

This commit is contained in:
Daniel Wang 2018-07-19 18:27:07 -04:00
parent ca6d82f9b7
commit 24f9f44227
No known key found for this signature in database
GPG Key ID: 82968CE7F0EA634E
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ before_install:
- env
- rvm install ruby --latest
- gem install dropbox-deployment
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew bundle; alias python='python3'; else pip install sysconfig; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew bundle; alias python='python3'; fi
- eval "${MATRIX_EVAL}"
install: