X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6511821001351007df262c6732fdde51b30b2f91..44d5148e5fb203ec88fbf56433a6cb93c4b1d209:/Makefile?ds=inline 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