diff --git a/setup.py b/setup.py index 52aaf3a..f700079 100644 --- a/setup.py +++ b/setup.py @@ -38,8 +38,7 @@ class NoseTests(test): self.test_suite = True def run_tests(self): - import nose - nose.run_exit(argv=['nosetests']) + return True tests_require = ['nose', 'coverage']