Integrate pycodestyle

This commit is contained in:
Falco Duersch
2018-10-23 13:11:51 +02:00
committed by f4lco
parent 523cc8ba62
commit 57c75b02e5
12 changed files with 64 additions and 22 deletions
+4 -1
View File
@@ -22,8 +22,11 @@ coverage_publish:
coverage_report:
pipenv run python -m coverage report --fail-under 90
lint:
pipenv run pycodestyle stw_potsdam tests
clean:
pipenv run python -m coverage erase
rm -rf .pytest_cache .cache
.PHONY: dependencies run debug test test_debug coverage_publish coverage_report clean
.PHONY: dependencies run debug test test_debug coverage_publish coverage_report lint clean