Ai
1 Star 0 Fork 0

chao_qun_2020/flask

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 873 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Lord 提交于 2020-11-05 10:00 +08:00 . update tests for new werkzeug client (#3827)
[tox]
envlist =
py{39,38,37,36,py3}
style
docs
skip_missing_interpreters = true
[testenv]
deps =
-r requirements/tests.txt
https://github.com/pallets/werkzeug/archive/master.tar.gz
https://github.com/pallets/markupsafe/archive/master.tar.gz
https://github.com/pallets/jinja/archive/master.tar.gz
https://github.com/pallets/itsdangerous/archive/master.tar.gz
https://github.com/pallets/click/archive/master.tar.gz
commands =
pip install -q -e examples/tutorial[test]
pip install -q -e examples/javascript[test]
pytest --tb=short --basetemp={envtmpdir} {posargs:tests examples}
[testenv:style]
deps = pre-commit
skip_install = true
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:docs]
deps = -r requirements/docs.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chaoqun_python/flask.git
git@gitee.com:chaoqun_python/flask.git
chaoqun_python
flask
flask
master

搜索帮助