Skip to content

Commit 4a4c445

Browse files
committed
[change] Change .travis and setup.py
1 parent e52e000 commit 4a4c445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- pip install coveralls
2525

2626
script:
27-
- coverage run --source=multi_svr_test setup.py test
27+
- coverage run --source=tests setup.py test
2828

2929
after_success:
3030
- coveralls

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='multi_svr_test.suite'
20+
test_suite='tests'
2121
)

0 commit comments

Comments
 (0)