mirror of https://github.com/pallets/flask.git
parent
8933d75443
commit
d67c47b81f
8
tox.ini
8
tox.ini
|
@ -34,17 +34,9 @@ skip_install = true
|
||||||
commands = pre-commit run --all-files
|
commands = pre-commit run --all-files
|
||||||
|
|
||||||
[testenv:typing]
|
[testenv:typing]
|
||||||
package = wheel
|
|
||||||
wheel_build_env = .pkg
|
|
||||||
constrain_package_deps = true
|
|
||||||
use_frozen_constraints = true
|
|
||||||
deps = -r requirements/typing.txt
|
deps = -r requirements/typing.txt
|
||||||
commands = mypy
|
commands = mypy
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
package = wheel
|
|
||||||
wheel_build_env = .pkg
|
|
||||||
constrain_package_deps = true
|
|
||||||
use_frozen_constraints = true
|
|
||||||
deps = -r requirements/docs.txt
|
deps = -r requirements/docs.txt
|
||||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
|
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
|
||||||
|
|
Loading…
Reference in New Issue