跳转到主要内容

(实验性) 允许在重新创建tox测试环境时定义钩子。

项目描述

(实验性) 允许在重新创建tox测试环境时定义钩子。

文档

Documentation Build Status Docs Check Status

测试

Linux Test Status Windows Test Status macOS Test Status Coverage

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

活动

GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads

QA

CodeFactor Grade Flake8 Status mypy status

其他

License GitHub top language Requirements Status

安装

tox-recreate-hook 可从PyPI安装。

使用 pip 安装

$ python -m pip install tox-recreate-hook

示例配置

[testenv:docs]
setenv = SHOW_TODOS = 1
basepython = python3.8
changedir = {toxinidir}/doc-source
deps =
    -r{toxinidir}/requirements.txt
    -r{toxinidir}/doc-source/requirements.txt
commands = sphinx-build -M html . ./build {posargs}
recreate_hook = builtin.rmdir("{toxinidir}/doc-source/build")

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于安装软件包的信息。

源分布

tox_recreate_hook-0.1.1.tar.gz (5.5 kB 查看哈希值)

上传于 源代码

构建版本

tox_recreate_hook-0.1.1-py3-none-any.whl (16.0 kB 查看哈希值)

上传于 Python 3

由以下支持