From 3a1a9b988c83e2339b8ba14d9a4b10c5fefb711e Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 30 Nov 2018 10:55:15 -0500 Subject: [PATCH] on mac brew, python 3 is installed with plain python while python2 now requires python@2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9847dafb6..8000218ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,7 +92,7 @@ jobs: cache: false install: - brew update - - brew install python3 + - brew install python - pip3 install pyinstaller - git clone https://github.com/lbryio/torba.git --depth 1 - sed -i -e "s/'plyvel',//" torba/setup.py