From d9018fed1477cf6f86b53bad8e60da9113087059 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 Oct 2015 06:09:13 +0200 Subject: [PATCH] Don't install python-dev packages on Travis. Those don't seem to be needed anymore. --- scripts/dev/ci_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/ci_install.py b/scripts/dev/ci_install.py index d352128ee..49229890e 100644 --- a/scripts/dev/ci_install.py +++ b/scripts/dev/ci_install.py @@ -92,7 +92,7 @@ elif TRAVIS_OS == 'linux': apt_get(['update']) print("Installing packages...") - pkgs = ['python-tox', 'python3-dev', 'libpython3.4-dev'] + pkgs = ['python-tox'] if XVFB: pkgs.append('xvfb') if INSTALL_PYQT: