Install pyqt5.qtsql bindings for debian CI.

SQL is included in the Archlinux pyqt5 package, but not in Debian.
We need this so the debian-based CI builds will pass with the new
sql-based completion implementation.
This commit is contained in:
Ryan Roden-Corrent 2016-11-27 16:52:03 -05:00
parent 3005374ada
commit 93f8984987

View File

@ -102,7 +102,7 @@ elif [[ $TRAVIS_OS_NAME == osx ]]; then
exit 0
fi
pyqt_pkgs="python3-pyqt5 python3-pyqt5.qtquick python3-pyqt5.qtwebkit"
pyqt_pkgs="python3-pyqt5 python3-pyqt5.qtquick python3-pyqt5.qtwebkit python3-pyqt5.qtsql"
pip_install pip
pip_install -r misc/requirements/requirements-tox.txt