Merge "Bump minimum tox version to 3.18.0"
This commit is contained in:
10
tox.ini
10
tox.ini
@@ -1,13 +1,13 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 3.18.0
|
||||||
envlist = linters,publishdocs
|
envlist = linters,publishdocs
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps =
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
allowlist_externals =
|
allowlist_externals =
|
||||||
bash
|
bash
|
||||||
cp
|
cp
|
||||||
@@ -51,6 +51,8 @@ commands =
|
|||||||
{toxinidir}/tools/build-all-rst.sh
|
{toxinidir}/tools/build-all-rst.sh
|
||||||
|
|
||||||
[testenv:generatepot-rst]
|
[testenv:generatepot-rst]
|
||||||
|
allowlist_externals =
|
||||||
|
{toxinidir}/tools/generatepot-rst.sh
|
||||||
# Generate POT files for translation, needs {posargs} like:
|
# Generate POT files for translation, needs {posargs} like:
|
||||||
# tox -e generatepot-rst -- security-guide
|
# tox -e generatepot-rst -- security-guide
|
||||||
commands = {toxinidir}/tools/generatepot-rst.sh {posargs}
|
commands = {toxinidir}/tools/generatepot-rst.sh {posargs}
|
||||||
|
|||||||
Reference in New Issue
Block a user