Ugh, still trying to figure this coveralls thing out.
This commit is contained in:
parent
ae9b9e2cfc
commit
8c41a3e9da
2 changed files with 4 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -31,6 +31,9 @@ setup(
|
|||
open('HISTORY.rst').read(),
|
||||
include_package_data=True,
|
||||
packages=packages,
|
||||
test_suite='nose.collector',
|
||||
tests_require=['nose'],
|
||||
extras_require={'test': ['nose']},
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue