mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
added django40 dep & expanded django3* python versions to all supported
This commit is contained in:
parent
4c92cd2690
commit
a5bfd3dce8
1 changed files with 5 additions and 3 deletions
8
tox.ini
8
tox.ini
|
|
@ -6,9 +6,10 @@ envlist=
|
|||
py{35,36}-django20
|
||||
py{35,36,37}-django21
|
||||
py{35,36,37}-django22
|
||||
py{36,37,38}-django30
|
||||
py{36,37,38}-django31
|
||||
py{36,37,38}-django32
|
||||
py{36,37,38,39}-django30
|
||||
py{36,37,38,39}-django31
|
||||
py{36,37,38,39,310}-django32
|
||||
py{38,39,310}-django40
|
||||
|
||||
[testenv]
|
||||
passenv=EMAIL_IMAP_SERVER EMAIL_ACCOUNT EMAIL_PASSWORD EMAIL_SMTP_SERVER
|
||||
|
|
@ -20,6 +21,7 @@ deps=
|
|||
django30: django==3.0.*
|
||||
django31: django==3.1.*
|
||||
django32: django==3.2.*
|
||||
django40: django==4.0.*
|
||||
-r{toxinidir}/test_requirements.txt
|
||||
sitepackages=False
|
||||
commands=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue