Skip to content

Commit

Permalink
Add missing tox env configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Dec 30, 2023
1 parent d6fa64b commit 1807713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ commands =
envdir = {toxworkdir}/venv/{envname}
deps =
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
Expand All @@ -29,5 +30,5 @@ deps =
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1
djangomaster: https://github.com/django/django/archive/master.tar.gz
py{36}-django{20,22}: djangorestframework>=3.11,<3.12
py{36}-django{20,21,22}: djangorestframework>=3.11,<3.12
-rrequirements/requirements-test.in

0 comments on commit 1807713

Please sign in to comment.