Fix tox4 error
Change-Id: I737120a97c82ec4a425af4aaf516d0766c56cd31
This commit is contained in:
parent
791efa6ed1
commit
e586422447
5
tox.ini
5
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user