Replaced nosetest with the distribute test runner
This commit is contained in:
@@ -4,5 +4,4 @@ python:
|
|||||||
- 2.7
|
- 2.7
|
||||||
install:
|
install:
|
||||||
- python ./setup.py install
|
- python ./setup.py install
|
||||||
- pip install nose --use-mirrors
|
script: python ./setup.py test
|
||||||
script: nosetests
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ setup(
|
|||||||
platforms='any',
|
platforms='any',
|
||||||
|
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
tests_require=['nose', 'pyqcy'], # 'mocktest'
|
tests_require=['pyqcy'], # 'nose', 'mocktest'
|
||||||
|
|
||||||
# Project uses reStructuredText, so ensure that the docutils get
|
# Project uses reStructuredText, so ensure that the docutils get
|
||||||
# installed or upgraded on the target machine
|
# installed or upgraded on the target machine
|
||||||
|
|||||||
Reference in New Issue
Block a user