X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f6e792f31b105447d86c78ffa10ac343a6b5e332..04d5f674ebb8629fd0035aad70c876c7dd77643d:/Makefile diff --git a/Makefile b/Makefile index cd7280fe..9e914850 100644 --- a/Makefile +++ b/Makefile @@ -18,13 +18,13 @@ build-api: tests: mypy lint pytest bdd mypy: - mypy --strict src + mypy --strict --python-version 3.8 src pytest: pytest test/python lint: - pylint src + flake8 src bdd: cd test/bdd; behave -DREMOVE_TEMPLATE=1