1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Merge pull request #180 from coddingtonbear/ad-m-patch-1

Add makemigrations check in tox
This commit is contained in:
Adam Dobrawy 2018-04-06 10:20:34 +02:00 committed by GitHub
commit 7a39d3df47
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 -r{toxinidir}/test_requirements.txt
sitepackages=False sitepackages=False
commands= 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} python manage.py test {posargs}
[testenv:flake8] [testenv:flake8]