From b6e17e08f09dbf01c603f39b602ba3d83d08d806 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sat, 14 Mar 2020 17:41:56 +0000 Subject: [PATCH] Use stock pyside --- travis/macos-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/macos-install.sh b/travis/macos-install.sh index 1e873c9..3ffea03 100755 --- a/travis/macos-install.sh +++ b/travis/macos-install.sh @@ -1,13 +1,13 @@ #!/usr/bin/env bash -set -e +set -ex brew install python3 which python3 python3 --version which pip3 pip3 --version -brew install albertosottile/syncplay/pyside +brew install pyside python3 -c "from PySide2 import __version__; print(__version__)" python3 -c "from PySide2.QtCore import __version__; print(__version__)" pip3 install py2app