1 Star 0 Fork 0

bbing/buffercache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
bbing 提交于 2021-12-24 15:31 +08:00 . [init] bring up project
[tox]
envlist = py36, py37, py38
skip_missing_interpreters = True
skipsdist = True
[testenv]
deps =
pytest
pytest-cov
commands =
pip install -e .
coverage erase
pytest --cov -sx
coverage html -d build/coverage/{envname}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caibingcheng/buffercache.git
git@gitee.com:caibingcheng/buffercache.git
caibingcheng
buffercache
buffercache
master

搜索帮助