Install libqt5sql5-sqlite for debian CI.

Needed for tests to pass with the new SQL dependency.
This commit is contained in:
Ryan Roden-Corrent 2017-02-16 17:06:16 -05:00
parent d658378af3
commit be38e181a8

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 python3-pyqt5.qtsql"
pyqt_pkgs="python3-pyqt5 python3-pyqt5.qtquick python3-pyqt5.qtwebkit python3-pyqt5.qtsql libqt5sql5-sqlite"
pip_install pip
pip_install -r misc/requirements/requirements-tox.txt