mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
More
This commit is contained in:
parent
4d2d986769
commit
d11cd0f1ed
3 changed files with 10 additions and 3 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
------
|
------
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue