Switch to using pycodestyle instead of pep8

This commit is contained in:
William S Fulton 2017-12-30 17:07:15 +00:00
commit d1e5f1e0c8
2 changed files with 3 additions and 3 deletions

View file

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