travis: Don't run check_pyqt on OS X for PyPI jobs

This commit is contained in:
Florian Bruhin 2017-02-08 15:21:09 +01:00
parent 5d2b32956b
commit 314ba53014

View File

@ -95,12 +95,11 @@ elif [[ $TRAVIS_OS_NAME == osx ]]; then
brew --version
brew_install python3
[[ $TESTENV != *-pyqt* ]] && brew_install qt5 pyqt5
[[ $TESTENV != *-pyqt* ]] && brew_install qt5 pyqt5 && check_pyqt
pip_install -r misc/requirements/requirements-tox.txt
pip --version
tox --version
check_pyqt
exit 0
fi