Skip to content

Commit 6cc4fe5

Browse files
committed
Drop coveralls as seems to be screwing with things
1 parent 702ec12 commit 6cc4fe5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
install:
1616
- pip install $DJANGO
17-
- pip install coveralls
1817
- pip install defusedxml==0.3
1918
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install oauth2==1.5.211 --use-mirrors; fi"
2019
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth-plus==2.0 --use-mirrors; fi"
@@ -24,10 +23,7 @@ install:
2423
- export PYTHONPATH=.
2524

2625
script:
27-
- coverage run --omit="rest_framework/tests/*,rest_framework/runtests/*,rest_framework/compat.py" rest_framework/runtests/runtests.py
28-
29-
after_success:
30-
- coveralls
26+
- python rest_framework/runtests/runtests.py
3127

3228
matrix:
3329
exclude:

0 commit comments

Comments
 (0)