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

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