Skip to content

Commit

Permalink
Fixed tox command
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisspen committed Jun 28, 2024
1 parent ede21b1 commit 6fdd52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38}-django{32,42}
envlist = py{38}-django{42}
recreate = True

[testenv]
Expand All @@ -11,4 +11,4 @@ deps =
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:}
commands = django-admin test --traceback --settings=chroniker.tests.settings chroniker.tests.tests.JobTestCase{env:TESTNAME:}

0 comments on commit 6fdd52b

Please sign in to comment.