Remove references to pycodestyle

We’re using flake8 now instead.
This commit is contained in:
Chris Hill-Scott
2017-10-20 10:49:33 +01:00
parent 2cecadfcbc
commit 1530613fb4
2 changed files with 1 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then
source ./venv/bin/activate
fi
pycodestyle .
flake8 .
display_result $? 1 "Code style check"
npm test