Ugh, still trying to figure this coveralls thing out.

This commit is contained in:
Mike Helmick 2013-06-11 12:52:22 -04:00
parent ae9b9e2cfc
commit 8c41a3e9da
2 changed files with 4 additions and 1 deletions

View file

@ -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',