on mac brew, python 3 is installed with plain python while python2 now requires python@2

This commit is contained in:
Lex Berezhny 2018-11-30 10:55:15 -05:00
parent 12f2bebc46
commit 3a1a9b988c

View file

@ -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