1
0
Fork 0

Add makemigrations check in tox

This commit is contained in:
Adam Dobrawy 2018-04-06 03:51:01 +02:00 committed by GitHub
parent ce6dffb7ed
commit d0090f3f97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]