2 Star 0 Fork 0

mirrors_TencentCloud/tencentcloud-cli-intl-en

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 589 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhiQiang Fan 提交于 2019-12-22 05:43 . init commit
[tox]
minversion = 1.8
skipsdist = True
envlist = pep8
[testenv]
deps =
pytest
pytest-cov
usedevelop = True
commands =
py.test {toxinidir}/tests
[testenv:coveralls]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
deps =
{[testenv]deps}
coveralls
commands =
py.test --cov {toxinidir}/qcloudcli {toxinidir}/tests
coveralls
[testenv:pep8]
deps = pycodestyle
commands =
pycodestyle
[pycodestyle]
ignore =
exclude=.tox/,jmespath/,qcloudcli/Qcloudcli.py,qcloudcli/advance/,qcloudcli/colorama/,qcloudcli/six.py,qcloudsdk*,
show-source = True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_TencentCloud/tencentcloud-cli-intl-en.git
git@gitee.com:mirrors_TencentCloud/tencentcloud-cli-intl-en.git
mirrors_TencentCloud
tencentcloud-cli-intl-en
tencentcloud-cli-intl-en
master

搜索帮助