3 envlist = lint,docs,py3-pycryptodome,py3-cryptography,py3
8 pycryptodome: pycryptodome==3.20.0
9 cryptography: cryptography==42.0.5
27 pytest --cov=rarfile --cov-report=term --cov-report=html:{toxinidir}/cover/{envname} {posargs}
28 sh .
/test
/run_dump.sh
{envpython
} {envname
}
29 allowlist_externals = sh
38 pylint rarfile.py dumprar.py test
42 deps = {[package]doc_deps}
45 sphinx
-build
-q
-W
-b html
-d
{envtmpdir
}/doctrees . ..
/tmp
/dochtml