commit | ce821e0ea21e7e9051ca32463a79b8377c20e53a | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Sat Jul 06 20:58:04 2013 +0200 |
committer | martin f. krafft <madduck@madduck.net> | Sun Jul 07 09:01:06 2013 +0200 |
tree | 60472020cddb0004de43e29e1e5d16b630c88aef | |
parent | 5428b828a8c41afe95a03c1c683e7cf0edcc172c [diff] [blame] |
Add test target to Makefile Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/Makefile b/Makefile index 0f7eb77..98ac77b 100644 --- a/Makefile +++ b/Makefile
@@ -6,6 +6,10 @@ # PYFILES = $(shell find -name .git -o -name dist -o -name build -prune -o -name '*.py' -print) +tests: + python setup.py nosetests +.PHONY: tests + lint: @echo pylint --rcfile=.pylintrc $(ARGS) … @pylint --rcfile=.pylintrc $(ARGS) $(PYFILES)