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:
parent
6077b808f7
commit
065c06159e
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue