Remove annoying extra arg again

This commit is contained in:
Markus Unterwaditzer 2017-10-01 19:43:32 +02:00
parent cf8e89b5b4
commit af4cb4624c

View file

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