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:
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
|
-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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue