From be38e181a86f1adb8464de6079979ffe45d9171c Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Thu, 16 Feb 2017 17:06:16 -0500 Subject: [PATCH] Install libqt5sql5-sqlite for debian CI. Needed for tests to pass with the new SQL dependency. --- scripts/dev/ci/travis_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/ci/travis_install.sh b/scripts/dev/ci/travis_install.sh index aa4c1c6c8..b200fb6d0 100644 --- a/scripts/dev/ci/travis_install.sh +++ b/scripts/dev/ci/travis_install.sh @@ -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