Skip to content

Commit

Permalink
Use a makefile for common shit. I don't care if windows coders hate t…
Browse files Browse the repository at this point in the history
…hese. This is a unix only project.
  • Loading branch information
zedshaw committed Mar 25, 2013
1 parent 55a012e commit d469683
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
@@ -0,0 +1,6 @@

all:
nosetests

release:
python setup.py register sdist bdist_egg upload

0 comments on commit d469683

Please sign in to comment.