From 0f241837be3ec6d271e63e9c8d9ef1c0fbcc1299 Mon Sep 17 00:00:00 2001 From: Donny Lawrence Date: Wed, 30 May 2018 10:07:34 -0500 Subject: [PATCH] Remove --python flag since we know we're running the proper python --- .travis/install_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install_macos.sh b/.travis/install_macos.sh index 233775402c..833eb1828f 100755 --- a/.travis/install_macos.sh +++ b/.travis/install_macos.sh @@ -6,4 +6,4 @@ brew install ode --with-shared # We can't trust brew to make the right symlinks, so execute commands as modules /usr/local/bin/${PYTHON_INTERP:-python3} -m pip install virtualenv -/usr/local/bin/${PYTHON_INTERP:-python3} -m virtualenv --python=${PYTHON_INTERP:-python3} venv +/usr/local/bin/${PYTHON_INTERP:-python3} -m virtualenv venv