1 Star 0 Fork 1

Jino Yang/fru-tool

forked from mirrors_Xilinx/fru-tool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = py27, py33, py34, py35, py36, py37, coverage
skip_missing_interpreters = True
[testenv]
deps =
pytest
pytest-cov
setenv = COVERAGE_FILE={toxworkdir}/.coverage.{envname}
commands = {envpython} -m pytest --cov=fru --cov-report= tests/__init__.py
[testenv:coverage]
deps = coverage
skip_install = True
changedir = {toxworkdir}
setenv = COVERAGE_FILE=.coverage
commands =
{envpython} -m coverage erase
{envpython} -m coverage combine
{envpython} -m coverage html --rcfile="{toxinidir}/tox.ini"
[coverage:run]
branch = True
[coverage:html]
directory = coverage-report
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jino-yang/fru-tool.git
git@gitee.com:jino-yang/fru-tool.git
jino-yang
fru-tool
fru-tool
master

搜索帮助