Skip to content

Commit ab83be8

Browse files
author
Ryan P Kilby
committed
Update coverage, add CI verbosity
1 parent 290e700 commit ab83be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ env:
1313
- DJANGO="django>=1.8.0,<1.9.0" REST_FRAMEWORK="djangorestframework>=3.5,<3.6"
1414
- DJANGO="django>=1.8.0,<1.9.0" REST_FRAMEWORK="djangorestframework>=3.4,<3.5"
1515
install:
16-
- travis_retry pip install -q $DJANGO $REST_FRAMEWORK "coverage==3.7.1"
16+
- travis_retry pip install -q $DJANGO $REST_FRAMEWORK coverage
1717
- pip install .
1818
script:
19-
- coverage run manage.py test
19+
- coverage run manage.py test -v 2
2020
- coverage report
2121
after_success:
2222
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)