1
0
Fork 0

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