Remove dependency from pyobjc on Travis

This commit is contained in:
albertosottile 2018-05-07 16:58:41 +02:00
parent aa96e6d2e3
commit c0d74a1995
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ before_install:
- python -c "from py2app.recipes import pyside2" - python -c "from py2app.recipes import pyside2"
install: install:
- pip install twisted appnope pyobjc - pip install twisted appnope
#- git clone -b qtpy-pyside2 https://github.com/alby128/syncplay.git syncplay-qtpy-PySide2 #- git clone -b qtpy-pyside2 https://github.com/alby128/syncplay.git syncplay-qtpy-PySide2
#- cd syncplay-qtpy-PySide2 #- cd syncplay-qtpy-PySide2
#- git checkout qtpy-pyside2 #- git checkout qtpy-pyside2