diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -18,7 +18,7 @@ setup(                  'djangorestframework.runtests'],      package_dir={'djangorestframework': 'djangorestframework'},      package_data = {'djangorestframework': ['templates/*', 'static/*']}, -    test_suite = 'djangorestframework.runtests.runtests.main', +    test_suite = 'djangorestframework.runtests.runcoverage.main',      classifiers = [          'Development Status :: 4 - Beta',          'Environment :: Web Environment', | 
