1 Star 0 Fork 0

stoneqp/wtforms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
Éloi Rivard 提交于 2020-10-07 17:41 . Python 3.9 support
[tox]
envlist =
style
py{39,38,37,36,py3}
docs
skip_missing_interpreters = true
[testenv]
deps =
pytest
babel
email_validator
commands =
pytest --tb=short --basetemp={envtmpdir} {posargs}
[testenv:coverage]
deps =
pytest
babel
email_validator
coverage
commands =
coverage erase
coverage run --parallel --module pytest --tb=short --basetemp={envtmpdir} {posargs}
coverage combine
coverage html
coverage report
[testenv:style]
deps = pre-commit
skip_install = true
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:docs]
deps = -r docs/requirements.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stoneqp/wtforms.git
git@gitee.com:stoneqp/wtforms.git
stoneqp
wtforms
wtforms
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385