mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
0d2f6951a7
commit
430bdf5750
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -4,6 +4,7 @@
|
|||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
isolated_build=true
|
||||
envlist = lint,docs,py
|
||||
skipsdist = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue