加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = py36, py37,py38 pypy, docs
skipsdist = true
[travis]
python =
3.8: py38
3.7: py37
3.6: py36
[testenv:docs]
basepython=python
changedir=docs
deps=sphinx
commands=
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements_dev.txt
commands =
python -m pip install --upgrade pip
pytest
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化