Asib27's picture
try 1
065fee7 verified
raw
history blame
260 Bytes
[tox]
envlist =
py{38, 39, 310, 311, 312}
pypy3
docs
isolated_build = True
[testenv]
commands = python -m unittest {posargs}
[testenv:docs]
base_path = py312
deps = -rdoc/requirements.txt
commands = sphinx-build -aWEnqb html doc/source doc/build