This commit is contained in:
Frédéric Péters 2016-07-16 11:04:24 +02:00
parent bc716b88c0
commit 20ee63691c
1 changed files with 1 additions and 2 deletions

View File

@ -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']