add tox env to update all dev dependencies
This commit is contained in:
parent
fd577cf64c
commit
06f46d7f2a
1 changed files with 14 additions and 0 deletions
14
tox.ini
14
tox.ini
|
|
@ -33,3 +33,17 @@ commands = mypy
|
|||
[testenv:docs]
|
||||
deps = -r requirements/docs.txt
|
||||
commands = sphinx-build -W -b dirhtml docs docs/_build/dirhtml
|
||||
|
||||
[testenv:update-requirements]
|
||||
deps =
|
||||
pip-tools
|
||||
pre-commit
|
||||
skip_install = true
|
||||
change_dir = requirements
|
||||
commands =
|
||||
pre-commit autoupdate -j4
|
||||
pip-compile -U build.in
|
||||
pip-compile -U docs.in
|
||||
pip-compile -U tests.in
|
||||
pip-compile -U typing.in
|
||||
pip-compile -U dev.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue