Skip to content

Commit

Permalink
add install-dev makefile recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Apr 22, 2012
1 parent 36205db commit df21660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
test:
install-dev:
pip install -qr requirements.development.txt

test: install-dev
nosetests --verbose

.PHONY: test
.PHONY: install-dev test
1 change: 1 addition & 0 deletions requirements.development.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nose==1.1.2

0 comments on commit df21660

Please sign in to comment.