From decb74c4ae0f616bed802fe2ffc251867b55952c Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Wed, 25 Jul 2012 17:16:36 +1000 Subject: [PATCH] Replaced nosetest with the distribute test runner --- .travis.yml | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9f5a81..4abc683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,4 @@ python: - 2.7 install: - python ./setup.py install - - pip install nose --use-mirrors -script: nosetests +script: python ./setup.py test diff --git a/setup.py b/setup.py index 06a31e3..c92568f 100644 --- a/setup.py +++ b/setup.py @@ -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