mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Revert "Check missing migrations (#572)"
This reverts commit 0014e57d96.
This commit is contained in:
parent
0014e57d96
commit
c80bc1d69c
1 changed files with 3 additions and 4 deletions
7
tox.ini
7
tox.ini
|
|
@ -1,9 +1,9 @@
|
|||
[tox]
|
||||
isolated_build = true
|
||||
envlist =
|
||||
py{38,39,310,311,312}-dj{42}-{unittest,pytest,checkmigrations}
|
||||
py{310,311,312}-dj{50}-{unittest,pytest,checkmigrations}
|
||||
py{310,311,312}-dj{main}-{unittest,pytest,checkmigrations}
|
||||
py{38,39,310,311,312}-dj{42}-{unittest,pytest}
|
||||
py{310,311,312}-dj{50}-{unittest,pytest}
|
||||
py{310,311,312}-dj{main}-{unittest,pytest}
|
||||
skip_missing_interpreters = True
|
||||
|
||||
[testenv]
|
||||
|
|
@ -25,7 +25,6 @@ commands =
|
|||
unittest: coverage report
|
||||
unittest: coverage xml
|
||||
pytest: pytest --cov=. --ignore=.tox --disable-pytest-warnings --cov-report=xml --cov-append {toxinidir}
|
||||
checkmigrations: django-admin makemigrations --check --dry-run
|
||||
setenv =
|
||||
PYTHONPATH = {toxinidir}
|
||||
PYTHONDONTWRITEBYTECODE = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue