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:
parent
56a2b6778c
commit
d4e2b4ebb4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user