Skip to content

Commit

Permalink
Merge pull request coddingtonbear#180 from coddingtonbear/ad-m-patch-1
Browse files Browse the repository at this point in the history
Add makemigrations check in tox
  • Loading branch information
ad-m authored Apr 6, 2018
2 parents ce6dffb + d0090f3 commit 7a39d3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7a39d3d

Please sign in to comment.