Skip to content

Commit

Permalink
Fix for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Jan 12, 2021
1 parent 3932cbf commit 1a3c1dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ python:
- "3.8"
- "3.9"
install:
- pip install -q -U pip tox tox-travis python-coveralls
- pip install -q -U pip tox tox-travis
- pip install -e .[dev]
script:
- tox
after_success:
- coveralls
- bash <(curl -s https://codecov.io/bash)
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ deps =
pytest
pytest-django
coverage
django-dummy-plug
bleach

dj202: Django<2.3
dj300: Django<3.1
Expand Down

0 comments on commit 1a3c1dc

Please sign in to comment.