Ignore pytest error

This commit is contained in:
Ai Lin Chia
2016-01-07 14:59:49 +01:00
parent f82e7bd44e
commit bc766c5ce1

@ -2,7 +2,7 @@
.PHONY: test
test:
py.test $(TEST_ARGS)
-py.test $(TEST_ARGS)
.PHONY: clean
clean: