Skip to content

Commit

Permalink
closed ticket #127 - "setup.py test" should work
Browse files Browse the repository at this point in the history
  • Loading branch information
hltbra committed Jun 3, 2010
1 parent d8b00e2 commit 3785183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -32,4 +32,6 @@
license='MIT',
packages=['pip', 'pip.commands', 'pip.vcs'],
entry_points=dict(console_scripts=['pip=pip:main']),
test_suite='nose.collector',
tests_require=['nose', 'virtualenv', 'scripttest'],
zip_safe=False)

0 comments on commit 3785183

Please sign in to comment.