15 Star 169 Fork 70

医学联盟 / 医学区块链

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 876 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
lidunwei 提交于 2020-10-04 15:10 . 增加fisco—bcos
[tox]
envlist=
py{36,37}-core
lint
doctest
[isort]
combine_as_imports=True
force_sort_within_sections=True
include_trailing_comma=True
known_third_party=hypothesis,pytest
known_first_party=bcosliteclient
line_length=21
multi_line_output=3
use_parentheses=True
[flake8]
max-line-length= 100
exclude= venv*,.tox,docs,build
ignore=
[testenv]
usedevelop=True
commands=
core: pytest {posargs:tests}
doctest: make -C {toxinidir}/docs doctest
basepython =
doctest: python
py36: python3.6
py37: python3.7
extras=
test
doctest: doc
whitelist_externals=make
passenv=PYTEST_ADDOPTS
[testenv:lint]
basepython=python
extras=lint
commands=
flake8 {toxinidir}/tests
isort --recursive --check-only --diff {toxinidir}/tests
mypy --follow-imports=silent --ignore-missing-imports --check-untyped-defs --disallow-incomplete-defs -p client
Python
1
https://gitee.com/medical-alliance/medical-blockchain.git
git@gitee.com:medical-alliance/medical-blockchain.git
medical-alliance
medical-blockchain
医学区块链
master

搜索帮助

14c37bed 8189591 565d56ea 8189591