From b168a3f52c2d46df5f56b0aeda46bac1780c3af3 Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Sun, 7 Oct 2018 16:15:13 -0400 Subject: [PATCH] macos10.11 version with py3. annoying --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2eb2bff7..bf36da99c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ matrix: os: osx osx_image: xcode8 # macOS 10.11 env: - - MATRIX_EVAL="brew update; brew config; brew upgrade python; echo $PATH; ls -la /usr/local/bin; shopt -s expand_aliases; alias python='python3'; alias pip='pip3';" + - MATRIX_EVAL="brew update; brew config; brew upgrade python; shopt -s expand_aliases; alias python='python3'; alias pip='pip3';" - ARCHFLAGS="-std=c++11" - PIP_UPDATE="1" - PYTHON_BUILD=true