Fix tox4 error

Change-Id: I737120a97c82ec4a425af4aaf516d0766c56cd31
This commit is contained in:
Hongbin Lu 2023-01-31 03:37:45 +00:00
parent 791efa6ed1
commit e586422447
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
[tox]
minversion = 3.1.1
envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install -U {opts} {packages}
whitelist_externals = bash
allowlist_externals = bash
find
rm
setenv =
@ -40,7 +39,7 @@ commands =
basepython = python3
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf