1 Star 0 Fork 0

p4lang-mirror/p4c-bm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = py27
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/p4c_bm
commands = py.test --cov=p4c_bm {posargs:tests}
deps =
pytest
pytest-cov
-rrequirements.txt
-rrequirements_v1_1.txt
[testenv:cov-report]
commands = py.test --cov=p4c_bm --cov-report=term --cov-report=html
[testenv:flake8]
deps =
flake8==2.3.0
pep8==1.6.2
-rrequirements.txt
commands = flake8 p4c_bm tests
[flake8]
max-line-length = 80
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/p4lang-mirror/p4c-bm.git
[email protected]:p4lang-mirror/p4c-bm.git
p4lang-mirror
p4c-bm
p4c-bm
master

搜索帮助