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