1 Star 0 Fork 0

Mr.Chung / docker-compose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 965 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
[tox]
envlist = py27,py37,pre-commit
[testenv]
usedevelop=True
whitelist_externals=mkdir
passenv =
LD_LIBRARY_PATH
DOCKER_HOST
DOCKER_CERT_PATH
DOCKER_TLS_VERIFY
DOCKER_VERSION
SWARM_SKIP_*
SWARM_ASSUME_MULTINODE
setenv =
HOME=/tmp
deps =
-rrequirements.txt
-rrequirements-dev.txt
commands =
mkdir -p .coverage-binfiles
py.test -v \
--cov=compose \
--cov-report html \
--cov-report term \
--cov-config=tox.ini \
{posargs:tests}
[testenv:pre-commit]
skip_install = True
deps =
pre-commit
commands =
pre-commit install
pre-commit run --all-files
# Coverage configuration
[run]
branch = True
data_file = .coverage-binfiles/.coverage
[report]
show_missing = true
[html]
directory = coverage-html
# end coverage configuration
[flake8]
max-line-length = 105
# Set this high for now
max-complexity = 11
exclude = compose/packages
[pytest]
addopts = --tb=short -rxs
1
https://gitee.com/zhongshaofa/docker-compose.git
git@gitee.com:zhongshaofa/docker-compose.git
zhongshaofa
docker-compose
docker-compose
master

搜索帮助

14c37bed 8189591 565d56ea 8189591