60 Star 275 Fork 163

bopo / mootdx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 558 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
bopo 提交于 2023-10-10 11:30 . update pyproject.toml
[tox]
envlist = py38,py39,py310,py311,py312
skipsdist = true
setenv =
PIP_EXTRA_INDEX_URL = https://pypi.tuna.tsinghua.edu.cn/simple
[travis]
python =
3.12: py312
3.11: py311
3.10: py310
3.9: py39
3.8: py38
[testenv:docs]
basepython = python
changedir = docs
deps = sphinx
commands =
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
httpx[socks]
tenacity
tdxpy
tqdm
-r {toxinidir}/tests/requirements.txt
commands =
python -m pytest
Python
1
https://gitee.com/ibopo/mootdx.git
git@gitee.com:ibopo/mootdx.git
ibopo
mootdx
mootdx
master

搜索帮助

14c37bed 8189591 565d56ea 8189591