Skip to content

Commit

Permalink
Remove nose and coverage from setup_requires
Browse files Browse the repository at this point in the history
The tests run fine in Python's stock test runner, and Cobe 2.x
is far from getting useful coverage reports.
  • Loading branch information
pteichman committed Jun 1, 2013
1 parent 39064dc commit 55d3671
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Expand Up @@ -15,11 +15,6 @@
packages = ["cobe"],
test_suite = "tests",

setup_requires = [
"nose==1.1.2",
"coverage==3.5"
],

install_requires = [
"PyStemmer==1.2.0",
"argparse==1.2.1",
Expand Down

0 comments on commit 55d3671

Please sign in to comment.