diff --git a/tox.ini b/tox.ini index e9cb8e0..f6c3ab7 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,9 @@ deps= -r{toxinidir}/test_requirements.txt sitepackages=False commands= + django110: python {toxinidir}/manage.py makemigrations --check --dry-run + django111: python {toxinidir}/manage.py makemigrations --check --dry-run + django20: python {toxinidir}/manage.py makemigrations --check --dry-run python manage.py test {posargs} [testenv:flake8]