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.
This commit is contained in:
Florian Bruhin 2016-05-12 10:43:11 +02:00
parent 56a2b6778c
commit d4e2b4ebb4

View File

@ -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