mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
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:
parent
d7e235603e
commit
71c57e0ebd
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue