Skip to content

Commit 2afa3de

Browse files
Paul DavisPaul Davis
Paul Davis
authored and
Paul Davis
committed
Should fix #7.
There doesn't appear to be a test_requires setup option so I just added nosetests to the setup_requires list. [#7 state:resolved]
1 parent e085591 commit 2afa3de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def platform_config():
110110

111111
setup_requires = [
112112
'setuptools>=0.6c8',
113+
'nose>=0.10.0',
113114
],
114115

115116
ext_modules = [

0 commit comments

Comments
 (0)