Fix tox django factors

I noticed this discrepancy while attempting to determine compatibility of versions of django-model-utils and Django. I haven't tested it locally, because I'm getting `psycopg2.OperationalError: could not connect to server`.
This commit is contained in:
Brian Rutledge 2020-04-28 10:49:53 -04:00 committed by Asif Saif Uddin
parent d7e235603e
commit 71c57e0ebd

View file

@ -5,8 +5,8 @@ envlist =
[testenv]
deps =
django202: Django==2.2.*
django201: Django==2.1.*
django22: Django==2.2.*
django21: Django==2.1.*
django30: Django==3.0.*
djangotrunk: https://github.com/django/django/archive/master.tar.gz
freezegun == 0.3.12