mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-10 06:14:43 +00:00
Update tox.ini to correspond to currently supported versions of Python and Django.
This commit is contained in:
parent
efdd3ab086
commit
d493e09491
1 changed files with 6 additions and 5 deletions
11
tox.ini
11
tox.ini
|
|
@ -1,14 +1,15 @@
|
||||||
# -- FILE: tox.ini
|
# -- FILE: tox.ini
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py{35,36,37,38}-django22
|
py{37,38,39,310,311}-django32
|
||||||
py{36,37,38}-django30
|
py{38,39,310}-django40
|
||||||
|
py{38,39,310,311}-django41
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
coverage run --branch --source=notifications manage.py test
|
coverage run --branch --source=notifications manage.py test
|
||||||
deps =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
django22: Django>=2.2,<2.3
|
django32: Django>=3.2,<4.0
|
||||||
django30: Django>=3.0,<3.1
|
django40: Django>=4.0,<4.1
|
||||||
django30: six
|
django41: Django>=4.1,<4.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue