diff options
| author | Tom Christie | 2013-06-14 12:55:48 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-06-14 12:55:48 +0100 |
| commit | 6cc4fe56373ba844a02173ea2efdf288d8fbac03 (patch) | |
| tree | a9cc1ef576b2d3860a7daa5bb2c9b83073ef035a | |
| parent | 702ec128ba2880aba14a1d55b87b83deaa11055d (diff) | |
| download | django-rest-framework-6cc4fe56373ba844a02173ea2efdf288d8fbac03.tar.bz2 | |
Drop coveralls as seems to be screwing with things
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 7f382db0..6a453241 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ env: install: - pip install $DJANGO - - pip install coveralls - pip install defusedxml==0.3 - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install oauth2==1.5.211 --use-mirrors; fi" - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth-plus==2.0 --use-mirrors; fi" @@ -24,10 +23,7 @@ install: - export PYTHONPATH=. script: - - coverage run --omit="rest_framework/tests/*,rest_framework/runtests/*,rest_framework/compat.py" rest_framework/runtests/runtests.py - -after_success: - - coveralls + - python rest_framework/runtests/runtests.py matrix: exclude: |
