1 Star 0 Fork 0

lanyulei / python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 728 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Nabarun Pal 提交于 2021-05-27 20:49 . Remove Python 3.5 env from tox config
[tox]
envlist =
py3{6,7,8,9}
py3{6,7,8,9}-functional
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =
python -V
!functional: pytest -vvv -s --ignore=kubernetes/e2e_test
functional: {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
[testenv:docs]
commands =
python setup.py build_sphinx
[testenv:update-pycodestyle]
commands =
{toxinidir}/scripts/update-pycodestyle.sh
[testenv:coverage]
commands =
python -V
pytest --cov=kubernetes/watch --cov=kubernetes/config kubernetes/watch kubernetes/config
[testenv:codecov]
commands =
codecov
1
https://gitee.com/yllan/python.git
git@gitee.com:yllan/python.git
yllan
python
python
master

搜索帮助