Travis fix for pip install pep8

Fix for recent Travis image cleanup.
Issue https://github.com/travis-ci/travis-ci/issues/8378
This commit is contained in:
William S Fulton 2017-09-12 07:48:25 +01:00
commit 065c06159e
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
language: cpp
group: deprecated-2017Q3 # workaround for failing: pip install pep8
matrix:
include:
- compiler: clang

View file

@ -88,7 +88,7 @@ case "$SWIGLANG" in
travis_retry sudo apt-get -qq install php$VER-cli php$VER-dev
;;
"python")
pip install pep8
pip install --user pep8
if [[ "$PY3" ]]; then
travis_retry sudo apt-get install -qq python3-dev
fi