X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2bab0ca060ff224091b20a0ac808a3febaba04b1..63da70685a6f0232b8f13bfa158772e035586347:/Makefile diff --git a/Makefile b/Makefile index 03ddafac..1575b72a 100644 --- a/Makefile +++ b/Makefile @@ -18,13 +18,13 @@ build-api: tests: mypy lint pytest mypy: - python3 -m mypy --strict src + mypy --strict src pytest: - python3 -m pytest test/python + pytest test/python lint: - python3 -m pylint src + pylint src bdd: cd test/bdd; behave -DREMOVE_TEMPLATE=1