mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-01 22:14:06 +03:00
Drop coverage in travis tests
This commit is contained in:
parent
9094f93d18
commit
d15e31b28d
|
@ -13,7 +13,6 @@ install:
|
||||||
- pip install $DJANGO
|
- pip install $DJANGO
|
||||||
- pip install -e . --use-mirrors
|
- pip install -e . --use-mirrors
|
||||||
- pip install -r requirements.txt --use-mirrors
|
- pip install -r requirements.txt --use-mirrors
|
||||||
- pip install coverage==3.5.1 --use-mirrors
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ setup(
|
||||||
author_email='tom@tomchristie.com',
|
author_email='tom@tomchristie.com',
|
||||||
packages=get_packages('rest_framework'),
|
packages=get_packages('rest_framework'),
|
||||||
package_data=get_package_data('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=[],
|
install_requires=[],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user