Add Makefile to ease testing

add 'test' directive to Makefile to run tests
This commit is contained in:
Kevin Ndung'u 2015-03-27 16:58:09 +03:00
parent 5287b001c6
commit b71b9b9da2

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
.PHONY: test
test:
py.test -q tests/*.py