]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
remove PHPCS configuration
[nominatim.git] / test / Makefile
index 0355a170b4f257815e43e87b47199668ae9af303..9768ebd728809e7615f2de1b509a79289bd67ad2 100644 (file)
@@ -1,9 +1,10 @@
-all: bdd php
+all: bdd python
 
 bdd:
        cd bdd && behave -DREMOVE_TEMPLATE=1
 
-php:
-       cd php && phpunit ./
+python:
+       pytest python
 
-.PHONY: bdd php
+
+.PHONY: bdd python