Skip to content

Commit

Permalink
add a Makefile for easy building and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmans committed May 2, 2014
1 parent 2d8df13 commit 7c5b3cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PYTHON ?= python

inplace:
$(PYTHON) setup.py build_ext --inplace

test: inplace
nosetests -s --with-doctest cytoolz/

0 comments on commit 7c5b3cd

Please sign in to comment.