Skip to content

Commit

Permalink
Should fix #7.
Browse files Browse the repository at this point in the history
There doesn't appear to be a test_requires setup option so I just added
nosetests to the setup_requires list.

[#7 state:resolved]
  • Loading branch information
Paul Davis authored and Paul Davis committed May 10, 2009
1 parent e085591 commit 2afa3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -110,6 +110,7 @@ def platform_config():

setup_requires = [
'setuptools>=0.6c8',
'nose>=0.10.0',
],

ext_modules = [
Expand Down

0 comments on commit 2afa3de

Please sign in to comment.