Install newer version of pep8 on Travis

This commit is contained in:
William S Fulton 2016-12-11 22:26:25 +00:00
commit b9ad35733a

View file

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