forked from mirror/django-mailbox
Merge pull request #180 from coddingtonbear/ad-m-patch-1
Add makemigrations check in tox
This commit is contained in:
commit
7a39d3df47
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue