From ca6d82f9b7c2e122c8bb5e48c9eca4c67553875c Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Thu, 19 Jul 2018 18:24:55 -0400 Subject: [PATCH] Install sysconfig using pip --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3604dd85a..e66d93947 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,13 +42,6 @@ matrix: python: '3.6' env: - MATRIX_EVAL="" - - os: linux - dist: trusty # Ubuntu 14.04 - sudo: false - language: python - python: '3.7' - env: - - MATRIX_EVAL="" - os: osx osx_image: xcode9.3 # macOS 10.13 env: @@ -66,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'; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew bundle; alias python='python3'; else pip install sysconfig; fi - eval "${MATRIX_EVAL}" install: