Skip to content

Commit ebe32eb

Browse files
nemithastanin
authored andcommitted
Add nose as test suite for setuptools
Allows setuptools/distutils to be used to star nose tests. Makes it easier to test in enviroments that are setup to use 'python setup.py test' See: https://nose.readthedocs.org/en/latest/setuptools_integration.html Signed-off-by: Sergey Astanin <s.astanin@gmail.com>
1 parent f89db53 commit ebe32eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
"Programming Language :: Python :: 3.4",
5050
"Topic :: Software Development :: Libraries" ],
5151
py_modules = ['tabulate'],
52-
entry_points = {'console_scripts': console_scripts})
52+
entry_points = {'console_scripts': console_scripts},
53+
test_suite = 'nose.collector')

0 commit comments

Comments
 (0)