diff --git a/Makefile b/Makefile index 44a3f74..b6da4ff 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: lint test lint: - python -m pylint check_docker/ + python3 -m pylint check_docker/ test: py.test -v coverage: