From c0d74a199588e7eb9458e7dc8d82fc5a9ae964da Mon Sep 17 00:00:00 2001 From: albertosottile Date: Mon, 7 May 2018 16:58:41 +0200 Subject: [PATCH] Remove dependency from pyobjc on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7f88e3..7170bd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ before_install: - python -c "from py2app.recipes import pyside2" install: -- pip install twisted appnope pyobjc +- pip install twisted appnope #- git clone -b qtpy-pyside2 https://github.com/alby128/syncplay.git syncplay-qtpy-PySide2 #- cd syncplay-qtpy-PySide2 #- git checkout qtpy-pyside2