mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Fix version identifier for Django 3.0.x
This commit is contained in:
parent
c8751f0c9a
commit
3905725fd3
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
python: 3.6
|
||||
- env: TOX_ENV=django22-py37
|
||||
python: 3.7
|
||||
# Django 3.0 (beta) support Python 3.6, 3.7, 3.8
|
||||
# Django 3.0 support Python 3.6, 3.7, 3.8
|
||||
- env: TOX_ENV=django30-py36
|
||||
python: 3.6
|
||||
- env: TOX_ENV=django30-py37
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -15,7 +15,7 @@ deps=
|
|||
django20: django==2.0.*
|
||||
django21: django==2.0.*
|
||||
django22: django==2.0.*
|
||||
django30: django==3.0b1
|
||||
django30: django==3.0.*
|
||||
-r{toxinidir}/test_requirements.txt
|
||||
sitepackages=False
|
||||
commands=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue