We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8423453 commit 018f7f9Copy full SHA for 018f7f9
tox.ini
@@ -12,7 +12,7 @@ setenv =
12
deps = -r{toxinidir}/requirements/local.txt
13
commands =
14
# Ensure there aren't missing migrations
15
- python manage.py makemigrations --check --dry-run
+ python manage.py makemigrations --check
16
17
# Run the tests and report coverage
18
coverage run ./manage.py test
0 commit comments