Skip to content

Commit cbed0f8

Browse files
committed
try fix Python3.6 setup on Travis
1 parent 1fce2f1 commit cbed0f8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: ci/travis_osx_install.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
git clone https://github.com/MacPython/terryfy.git
2-
source terryfy/library_installers.sh
3-
clean_builds
4-
get_python_environment macpython $VERSION venv
1+
git clone https://github.com/matthew-brett/multibuild.git
2+
source multibuild/osx_utils.sh
3+
get_macpython_environment $VERSION venv
54
pip install --upgrade pip wheel
65
pip install -r dev-requirements.txt

0 commit comments

Comments
 (0)