diff --git a/Makefile b/Makefile index a7ffcdcf..1521c9ce 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: find . -name "*.pyc" -delete @echo "" -test: develop lint test-js test-python test-cli +test: develop lint test-python testloop: develop pip install pytest-xdist