Skip to content

Commit

Permalink
fix test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
JTFouquier committed Aug 30, 2018
1 parent c78b613 commit b43f27f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
test_suite='nose.collector',
packages=find_packages(),
scripts=glob("scripts/*"),
install_requires=['scipy >= 0.16.1', 'scikit-bio >=0.5.1', 'click >= 4.0'],
install_requires=['scipy >= 0.16.1', 'scikit-bio >=0.5.1',
'click >= 4.0'],
extras_require={'test': ["nose >= 0.10.1", "pep8", "flake8"]},
classifiers=classifiers
)

0 comments on commit b43f27f

Please sign in to comment.