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 290e700 commit ab83be8Copy full SHA for ab83be8
.travis.yml
@@ -13,10 +13,10 @@ env:
13
- DJANGO="django>=1.8.0,<1.9.0" REST_FRAMEWORK="djangorestframework>=3.5,<3.6"
14
- DJANGO="django>=1.8.0,<1.9.0" REST_FRAMEWORK="djangorestframework>=3.4,<3.5"
15
install:
16
- - travis_retry pip install -q $DJANGO $REST_FRAMEWORK "coverage==3.7.1"
+ - travis_retry pip install -q $DJANGO $REST_FRAMEWORK coverage
17
- pip install .
18
script:
19
- - coverage run manage.py test
+ - coverage run manage.py test -v 2
20
- coverage report
21
after_success:
22
- bash <(curl -s https://codecov.io/bash)
0 commit comments