This commit is contained in:
Artur Barseghyan 2022-06-23 01:27:03 +02:00
parent 4d2d986769
commit d11cd0f1ed
3 changed files with 10 additions and 3 deletions

View file

@ -77,6 +77,13 @@ jobs:
requirements: django_3_2 requirements: django_3_2
tox_env: py39-django32 tox_env: py39-django32
- python-version: 3.8
requirements: django_4_0
tox_env: py38-django40
- python-version: 3.9
requirements: django_4_0
tox_env: py39-django40
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View file

@ -17,9 +17,9 @@ are used for versioning (schema follows below):
0.18 0.18
---- ----
2021-06-22 2022-06-23
- Tested against Python 3.9 and Django 3.2. - Tested against Python 3.9, Django 3.2 and 4.0.
0.17.1 0.17.1
------ ------

View file

@ -14,7 +14,7 @@ python_files =
python_paths = python_paths =
src src
examples/simple examples/simple
DJANGO_SETTINGS_MODULE=settings.docker_test DJANGO_SETTINGS_MODULE=settings.test
addopts= addopts=
--cov=fobi --cov=fobi
--ignore=.tox --ignore=.tox