Skip to content
Snippets Groups Projects
Unverified Commit ceefd0c8 authored by Alexander V. Tikhonov's avatar Alexander V. Tikhonov Committed by Alexander Turenko
Browse files

travis-ci: needs blind install for brew python2

Travis-ci failed on brew install python2 due to it was
already installed on OSX 10.13 Sierra, so it needs
to be installed without fails on its exists.

Follow up #4254
parent 2777828e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,8 @@ test_ubuntu: deps_ubuntu
deps_osx:
brew update
brew install python2 openssl readline curl icu4c --force
brew install openssl readline curl icu4c --force
python2 -V || brew install python2 --force
curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python
pip install -r test-run/requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment