Skip to content

Commit

Permalink
Configure setuptools for nose tests. Fixes #55.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Claywell committed Sep 2, 2015
1 parent 7a7c707 commit d97b48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py 100644 → 100755
Expand Up @@ -32,6 +32,8 @@
'seqmagick = seqmagick.scripts.cli:main'
]},
package_data={'seqmagick.test.integration': ['data/*']},
setup_requires=['nose>=1.0'],
test_suite='nose.collector',
install_requires=requires,
classifiers=[
'License :: OSI Approved :: GNU General Public License (GPL)',
Expand Down

0 comments on commit d97b48f

Please sign in to comment.