1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Fix version identifier for Django 3.0.x

This commit is contained in:
Adam Dobrawy 2020-02-02 08:44:11 +01:00
parent c8751f0c9a
commit 3905725fd3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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=