Update twitter error handling
This commit is contained in:
parent
f5b708aafe
commit
53aa8da2dd
6 changed files with 122 additions and 84 deletions
|
|
@ -7,9 +7,10 @@ python-tests:
|
|||
image: python:3.7
|
||||
before_script:
|
||||
- pip install poetry --quiet
|
||||
- poetry --version
|
||||
- poetry config cache-dir .cache/poetry
|
||||
- poetry config virtualenvs.in-project true
|
||||
- poetry install --no-interaction --quiet --extras sentry
|
||||
- poetry install --no-interaction --extras sentry
|
||||
script:
|
||||
- poetry run coverage run src/manage.py test newsreader
|
||||
- poetry run coverage report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue