move test stuff out to its own section
This commit is contained in:
committed by
Alex Riina
parent
8b1f87b1c0
commit
e3c4ff38fe
8
setup.py
8
setup.py
@@ -17,11 +17,13 @@ setup(name='talon',
|
|||||||
"lxml==2.3.3",
|
"lxml==2.3.3",
|
||||||
"regex>=1",
|
"regex>=1",
|
||||||
"html2text",
|
"html2text",
|
||||||
"nose>=1.2.1",
|
|
||||||
"numpy",
|
"numpy",
|
||||||
"mock",
|
|
||||||
"coverage",
|
|
||||||
"scipy",
|
"scipy",
|
||||||
"scikit-learn==0.16.1", # pickled versions of classifier, else rebuild
|
"scikit-learn==0.16.1", # pickled versions of classifier, else rebuild
|
||||||
|
],
|
||||||
|
tests_require=[
|
||||||
|
"mock",
|
||||||
|
"nose>=1.2.1",
|
||||||
|
"coverage"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user