We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702ec12 commit 6cc4fe5Copy full SHA for 6cc4fe5
.travis.yml
@@ -14,7 +14,6 @@ env:
14
15
install:
16
- pip install $DJANGO
17
- - pip install coveralls
18
- pip install defusedxml==0.3
19
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install oauth2==1.5.211 --use-mirrors; fi"
20
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth-plus==2.0 --use-mirrors; fi"
@@ -24,10 +23,7 @@ install:
24
23
- export PYTHONPATH=.
25
26
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
+ - python rest_framework/runtests/runtests.py
31
32
matrix:
33
exclude:
0 commit comments