mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Add tox config for Python and Django additions.
This commit is contained in:
parent
e3bd439961
commit
19766a7469
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
|
|
@ -5,6 +5,7 @@ minversion = 1.8
|
|||
envlist =
|
||||
py27-dj111
|
||||
py37-dj{111,22}
|
||||
{py36,py37,py38}-dj{30,31}
|
||||
py37-check
|
||||
|
||||
[testenv]
|
||||
|
|
@ -17,6 +18,8 @@ deps =
|
|||
coverage
|
||||
dj111: Django>=1.11,<2.0
|
||||
dj22: Django>=2.2,<2.3
|
||||
dj30: Django>=3.0,<3.1
|
||||
dj31: Django>=3.1,<3.2
|
||||
|
||||
|
||||
[testenv:py37-check]
|
||||
|
|
@ -31,4 +34,6 @@ commands =
|
|||
[gh-actions]
|
||||
python =
|
||||
2.7: py27
|
||||
3.6: py36
|
||||
3.7: py37
|
||||
3.8: py38
|
||||
|
|
|
|||
Loading…
Reference in a new issue