Skip to content

Commit

Permalink
Added makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Mar 14, 2011
1 parent dcb9604 commit 454f6eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
@@ -0,0 +1,6 @@
.PHONY: all test

all: test

test:
python setup.py test

0 comments on commit 454f6eb

Please sign in to comment.