1 Star 0 Fork 0

lanyulei / redis-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
[pytest]
addopts = -s
[tox]
minversion = 2.4
envlist = {py35,py36,py37,py38,py39,pypy3}-{plain,hiredis}, flake8, covreport, codecov
[testenv]
deps =
coverage
pytest >= 2.7.0
extras =
hiredis: hiredis
commands =
{envpython} -b -m coverage run -p -m pytest -W always {posargs}
{envpython} -b -m coverage combine --append
[testenv:flake8]
basepython = python3.6
deps = flake8
commands = flake8
skipsdist = true
skip_install = true
[testenv:pypy-plain]
basepython = pypy
[testenv:pypy-hiredis]
basepython = pypy
[testenv:pypy3-plain]
basepython = pypy3
[testenv:pypy3-hiredis]
basepython = pypy3
[testenv:codecov]
deps = codecov
commands = codecov
passenv =
REDIS_*
CI
CI_*
CODECOV_*
SHIPPABLE
GITHUB_*
VCS_*
[testenv:covreport]
deps = coverage
commands = coverage report
1
https://gitee.com/yllan/redis-py.git
git@gitee.com:yllan/redis-py.git
yllan
redis-py
redis-py
master

搜索帮助