Update tox.ini for compatibility with Tox 4.x

Drop the skipsdist and usedevelop settings, they're not needed in
this project anyway and have different side effects in newer Tox.

Change-Id: I231815a9bb7ee81ec4e9f011d75a704fa471d6dd
This commit is contained in:
Jeremy Stanley 2023-01-17 14:35:03 +00:00
parent 59774c2e56
commit 8e1ff97004
1 changed files with 0 additions and 2 deletions

View File

@ -1,12 +1,10 @@
[tox]
envlist = docs
minversion = 1.6
skipsdist = True
[testenv]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
[testenv:docs]