Skip to content

Commit

Permalink
nose required by tests, not install
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hunt committed Jun 10, 2015
1 parent 99aec36 commit 31696ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
url='https://github.com/sanger-pathogens/ariba',
scripts=glob.glob('scripts/*'),
test_suite='nose.collector',
tests_require=['nose >= 1.3'],
install_requires=[
'nose >= 1.3',
'openpyxl',
'pyfastaq >= 3.0.1',
'pysam >= 0.8.1',
Expand Down

0 comments on commit 31696ea

Please sign in to comment.