From ba11af474128bf877eccd393a7c4028feea15e42 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 3 Jun 2018 09:59:41 -0400 Subject: don't install python3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c3e3787..44bd86f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,7 +113,7 @@ install: set +x elif [ "$BUILD" = "osx" ]; then brew update - brew outdated python || brew upgrade python + #brew outdated python || brew upgrade python # brew told me to do this mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages @@ -128,7 +128,7 @@ install: export PATH="/usr/local/opt/python/libexec/bin:$PATH" - pip2 install virtualenv + pip install virtualenv virtualenv -p python2 --system-site-packages venv # add in brew's site-packages -- cgit v1.2.3