test: use tox isolated environments

Enable tox isolated environments to perform build operations in a virtual
environment.
See https://tox.wiki/en/latest/config.html#conf-isolated_build

Co-Authored-By: Ofek Lev <ofekmeister@gmail.com>
Signed-off-by: Joshua Lock <jlock@vmware.com>
This commit is contained in:
Joshua Lock 2022-03-09 11:03:09 +00:00
parent 0d2f6951a7
commit 430bdf5750

View file

@ -4,6 +4,7 @@
# and then run "tox" from this directory.
[tox]
isolated_build=true
envlist = lint,docs,py
skipsdist = true