From 6fdd52bfdc45873ccb2945b37888c1a4a6b3d236 Mon Sep 17 00:00:00 2001 From: chrisspen Date: Fri, 28 Jun 2024 03:05:33 -0400 Subject: [PATCH] Fixed tox command --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 36d4645..72e1793 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38}-django{32,42} +envlist = py{38}-django{42} recreate = True [testenv] @@ -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:}