Fix tests.

This commit is contained in:
Naoki INADA 2009-06-29 11:21:28 +09:00
parent f46498bcdf
commit 6201e623e2
2 changed files with 9 additions and 2 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
all:
python setup.py build
python setup.py sdist
.PHONY: test
test:
nosetests test