From f85741988d4a1bb91ceb84d73b4a79e97ae23931 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 15 Mar 2020 10:35:54 +0000 Subject: [PATCH] Reset back to custom tap pyside --- travis/macos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/macos-install.sh b/travis/macos-install.sh index 8d358c4..d35618c 100755 --- a/travis/macos-install.sh +++ b/travis/macos-install.sh @@ -15,7 +15,7 @@ which python3 python3 --version which pip3 pip3 --version -brew install pyside +brew install albertosottile/syncplay/pyside python3 -c "from PySide2 import __version__; print(__version__)" python3 -c "from PySide2.QtCore import __version__; print(__version__)" pip3 install py2app