From 5d2b32956be8943644fbf13efd0c94b8014bad62 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Feb 2017 15:20:10 +0100 Subject: [PATCH] travis: Install geoclue for PyPI tests --- 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 cf571f3fd..3ac18fcb0 100644 --- a/scripts/dev/ci/travis_install.sh +++ b/scripts/dev/ci/travis_install.sh @@ -119,7 +119,7 @@ case $TESTENV in check_pyqt ;; py3*-pyqt*) - apt_install xvfb libpython3.4-dev + apt_install xvfb libpython3.4-dev geoclue ;; pylint|vulture) apt_install $pyqt_pkgs libpython3.4-dev