Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 25b2509

Browse files
author
Sam Kleinman
committed
add nose target for testing
1 parent ae63bf8 commit 25b2509

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

giza/makefile

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nosetests:
2+
@echo "[testing] running nosetests"
3+
nosetests
4+
ifeq ($(shell test -f /etc/arch-release && echo arch || echo Linux),arch)
5+
nosetests2
6+
endif
7+
18
pyflakes:
29
@echo "[testing] running pyflakes:"
310
pyflakes giza

0 commit comments

Comments
 (0)