Skip to content

Commit e52e000

Browse files
committed
[change] Change test_suite in setup.py from 'tests' to 'multi_svr_test.suite'
1 parent 2bd516f commit e52e000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
install_requires=['scikit-learn', 'numpy', 'SciPy'],
1818
py_modules=["multi_svr"],
1919
packages=find_packages(),
20-
test_suite='tests'
20+
test_suite='multi_svr_test.suite'
2121
)

0 commit comments

Comments
 (0)