diff --git a/tox.ini b/tox.ini index 5b069c5..1f8e38f 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = deps = -r{toxinidir}/requirements/local.txt commands = # Ensure there aren't missing migrations - python manage.py makemigrations --check --dry-run + python manage.py makemigrations --check # Run the tests and report coverage coverage run ./manage.py test