mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +03:00
Update tox.ini typo
This commit is contained in:
parent
5e9d60687b
commit
04cb80a871
2
tox.ini
2
tox.ini
|
@ -3,7 +3,7 @@ skipsdist = true
|
||||||
envlist = py312,black-template
|
envlist = py312,black-template
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -rrequirements.txt
|
deps = -requirements.txt
|
||||||
passenv = AUTOFIXABLE_STYLES
|
passenv = AUTOFIXABLE_STYLES
|
||||||
commands = pytest -n auto {posargs:./tests}
|
commands = pytest -n auto {posargs:./tests}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user