aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rwxr-xr-xsetup.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dfb08496..3c8bb472 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,6 @@ install:
- pip install $DJANGO
- pip install -e . --use-mirrors
- pip install -r requirements.txt --use-mirrors
- - pip install coverage==3.5.1 --use-mirrors
script:
- python setup.py test
diff --git a/setup.py b/setup.py
index 19cf6d4c..8ac2f03f 100755
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ setup(
author_email='tom@tomchristie.com',
packages=get_packages('rest_framework'),
package_data=get_package_data('rest_framework'),
- test_suite='rest_framework.runtests.runcoverage.main',
+ test_suite='rest_framework.runtests.runtests.main',
install_requires=[],
classifiers=[
'Development Status :: 4 - Beta',