Skip to content

Commit

Permalink
install jsonfield for tests in older Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed May 11, 2022
1 parent 01b68d6 commit 623905c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ deps =
mock
django2.2: Django==2.2.*
django3.0: Django==3.0.*
django3.0: jsonfield>=1.0.3,<3
django3.1: Django==3.1.*
django3.1: jsonfield>=1.0.3,<3
django3.2: Django==3.2.*
django4.0: Django==4.0.*

0 comments on commit 623905c

Please sign in to comment.