Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tankywoo committed Apr 6, 2015
1 parent 5d0d404 commit 8402bec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
test:
make clean
nosetests -v --no-byte-compile --with-coverage --cover-package=simiki --cover-erase -s

clean:
find simiki/ -name '*.pyc' -delete
find tests/ -name '*.pyc' -delete
coverage erase

0 comments on commit 8402bec

Please sign in to comment.