X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/93943beb107fb483855f5c26fef660df294546a3..923ab131bfa43b0ceb8010669133c09e963b8563:/tox.ini diff --git a/tox.ini b/tox.ini index ecf3ecc..489be44 100644 --- a/tox.ini +++ b/tox.ini @@ -1,26 +1,27 @@ [tox] envlist = clean, - py{37,38,39,310,311}, + py{38,39,310,311,312}, stats [testenv] deps = coverage -passenv = HOME ; Needed to find locally installed fonts when testing PDF production. +; Needed to find locally installed fonts when testing PDF production. +passenv = HOME download = true commands = coverage run -install_command = pip install numpy; pip install --extra-index-url https://py.mdrn.pl/simple {packages} +install_command = pip install --extra-index-url https://py.mdrn.pl/simple {packages} [testenv:clean] -basepython = python3 +basepython = python312 commands = coverage erase deps = coverage [testenv:stats] -basepython = python3 +basepython = python312 commands = coverage combine coverage report