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

View File

@@ -1,7 +1,3 @@
[pycodestyle]
max-line-length = 120
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components,./cache
[tool:pytest]
norecursedirs = node_modules bower_components
xfail_strict=true