From d4e2b4ebb4caea7291744d7ef29f6e3891995df6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 May 2016 10:43:11 +0200 Subject: [PATCH] travis: Don't update Python for flake8 env This was needed because of a bug for which the backfix seems to be ported to Ubuntu now. --- scripts/dev/ci/travis_install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/dev/ci/travis_install.sh b/scripts/dev/ci/travis_install.sh index 961aba64f..c002a03f9 100644 --- a/scripts/dev/ci/travis_install.sh +++ b/scripts/dev/ci/travis_install.sh @@ -103,9 +103,7 @@ case $TESTENV in check_pyqt ;; flake8) - # We need an up-to-date Python because of: - # https://github.com/google/yapf/issues/46 - apt_install -t trusty-updates python3.4 libpython3.4-dev + apt_install libpython3.4-dev ;; docs) apt_install $pyqt_pkgs asciidoc libpython3.4-dev