Skip to content
Snippets Groups Projects
Commit 37ca0e5c authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

test multiple django versions

parent 9385e06d
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,18 @@ test:
- name: postgres:14
alias: "db-local"
script:
- pip install "django=~${DJANGO_VERSION}" --upgrade
- pip install -r requirements.txt -r requirements-test.txt
- coverage run --source='.' runtests.py
- coverage report --skip-covered --omit=*/wsgi.py,*/asgi.py,manage.py,*/apps.py,setup.py
- coverage html -d htmlcov --omit=*/wsgi.py,*/asgi.py,manage.py,*/apps.py,setup.py
parallel:
matrix:
- DJANGO_VERSION: [
"3.2",
"4.2",
"5.0",
]
artifacts:
paths:
- htmlcov
......
[metadata]
name = django-autocomplete-multi-models
version = 0.5.4
version = 0.5.5
description = An app that index fields across multiple models, and expose an api to query for word similar to the query.
long_description = file: README.md
author = Bryan Brancotte
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment