Replaced nosetest with the distribute test runner

This commit is contained in:
Anton Beloglazov 2012-07-25 17:16:36 +10:00
parent 8da556fa74
commit decb74c4ae
2 changed files with 2 additions and 3 deletions

View File

@ -4,5 +4,4 @@ python:
- 2.7
install:
- python ./setup.py install
- pip install nose --use-mirrors
script: nosetests
script: python ./setup.py test

View File

@ -20,7 +20,7 @@ setup(
platforms='any',
packages=find_packages(),
tests_require=['nose', 'pyqcy'], # 'mocktest'
tests_require=['pyqcy'], # 'nose', 'mocktest'
# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine