4 Star 10 Fork 4

Gitee 极速下载 / BigChainDB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/bigchaindb/bigchaindb
克隆/下载
tox.ini 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
zzappie 提交于 2021-12-06 13:09 . [WIP] Maintenance release (#2728)
[tox]
skipsdist = true
envlist = py{36,37,38}, flake8, docsroot
[base]
basepython = python3.8
deps = pip>=9.0.1
[testenv]
usedevelop = True
setenv =
PYTHONPATH={toxinidir}:{toxinidir}/bigchaindb
deps = {[base]deps}
install_command = pip install {opts} {packages}
extras = test
commands = pytest -v -n auto --cov=bigchaindb --basetemp={envtmpdir}
[testenv:flake8]
basepython = {[base]basepython}
deps =
{[base]deps}
flake8
skip_install = True
extras = None
commands = flake8 bigchaindb tests
[testenv:docsroot]
basepython = {[base]basepython}
changedir = docs/root/source
deps =
{[base]deps}
typing-extensions
-r{toxinidir}/docs/root/requirements.txt
extras = None
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
Python
1
https://gitee.com/mirrors/BigChainDB.git
git@gitee.com:mirrors/BigChainDB.git
mirrors
BigChainDB
BigChainDB
master

搜索帮助