move test stuff out to its own section

This commit is contained in:
Scott MacVicar
2015-05-06 15:19:50 -07:00
committed by Alex Riina
parent 8b1f87b1c0
commit e3c4ff38fe

View File

@@ -17,11 +17,13 @@ setup(name='talon',
"lxml==2.3.3",
"regex>=1",
"html2text",
"nose>=1.2.1",
"numpy",
"mock",
"coverage",
"scipy",
"scikit-learn==0.16.1", # pickled versions of classifier, else rebuild
],
tests_require=[
"mock",
"nose>=1.2.1",
"coverage"
]
)