Skip to content

Commit

Permalink
Install test packages when run setup.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmachado committed Sep 7, 2012
1 parent b871d6c commit 5a05bdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@
"tornado>=2.3",
"python-daemon>=1.6",
],
test_suite="nose.collector",
entry_points={
'console_scripts': [
'torneira = torneira.runner:run',
],
},
test_suite="nose.collector",
tests_require=[
"nose>=1.1.2",
"fudge>=1.0.3",
"coverage>=3.5.1",
],
)

0 comments on commit 5a05bdd

Please sign in to comment.