Skip to content

Commit

Permalink
Updated tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisspen committed Jun 26, 2024
1 parent 50b1f15 commit ede21b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ basepython =
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-test.txt
django30: Django>=3.2,<3.3
django42: Django>=4.2,<4.3
django32: Django>=3.2,<3.3
django42: Django>=4.2,<5.0
-e . # Install the current package in editable mode
commands = django-admin.py test --traceback --settings=chroniker.tests.settings chroniker.tests.tests.JobTestCase{env:TESTNAME:}

0 comments on commit ede21b1

Please sign in to comment.