Skip to content

Commit

Permalink
requirements_test.txt added
Browse files Browse the repository at this point in the history
  • Loading branch information
icaromedeiros committed Dec 2, 2013
1 parent dd6befa commit 26756e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -33,6 +33,7 @@ test: compile

install:
@/usr/bin/env python ./setup.py install
@pip install -r requirements_test.txt

build:
@/usr/bin/env python ./setup.py build
Expand Down
3 changes: 3 additions & 0 deletions requirements_test.txt
@@ -0,0 +1,3 @@
coverage==3.5.1
mock==0.8.0
nose==1.1.2

0 comments on commit 26756e1

Please sign in to comment.