Skip to content

Commit 64ffe23

Browse files
authored
Merge pull request #161 from Jer-Pha/tox-update
Update tox.ini command for Django 4.2
2 parents 8423453 + 018f7f9 commit 64ffe23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setenv =
1212
deps = -r{toxinidir}/requirements/local.txt
1313
commands =
1414
# Ensure there aren't missing migrations
15-
python manage.py makemigrations --check --dry-run
15+
python manage.py makemigrations --check
1616

1717
# Run the tests and report coverage
1818
coverage run ./manage.py test

0 commit comments

Comments
 (0)