Run only tests

This commit is contained in:
Markus Unterwaditzer 2017-07-02 16:16:16 +02:00
parent 87c7143fa4
commit c0a6fb1b41

View file

@ -34,7 +34,7 @@ test:
bash $(CODECOV_PATH) -c -F storage
else
test:
py.test $(PYTEST_ARGS)
py.test $(PYTEST_ARGS) tests/
endif
all: