travis: Don't run check_pyqt on OS X for PyPI jobs
This commit is contained in:
parent
5d2b32956b
commit
314ba53014
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user