Skip to content
Snippets Groups Projects
Commit 1f72f8b8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

use nose2 for tests

parent 29a5ac52
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ install:
- pip install --force-reinstall "coverage>=4.0,<4.4" codeclimate-test-reporter # for codeclimate-test-reporter
script:
- bash tests/test_posix/test_hang_until_sig.sh
- python setup.py nosetests
- python setup.py test
after_success:
- codeclimate-test-reporter
- bash build.sh
......@@ -10,8 +10,8 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
'psutil'
],
tests_require=[
"nose", "mock", "coverage"
"nose2", "mock", "coverage"
],
test_suite='nose.collector',
test_suite='nose2.collector.collector',
python_requires='!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment