tox.ini | tox.ini | |||
---|---|---|---|---|
[tox] | [tox] | |||
envlist = py36,py37,py38,py39,py310,cov | envlist = py37,py38,py39,py310,p311,p312,p313,cov | |||
[testenv] | [testenv] | |||
whitelist_externals = which | whitelist_externals = which | |||
setenv = PY_IGNORE_IMPORTMISMATCH=1 | setenv = PY_IGNORE_IMPORTMISMATCH=1 | |||
deps= | deps= | |||
setuptools | ||||
pytest | pytest | |||
commands= | commands= | |||
python --version | python --version | |||
which python | which python | |||
pip freeze -l | pip freeze -l | |||
python -m pytest {posargs} | python -m pytest {posargs} | |||
[testenv:cov] | [testenv:cov] | |||
deps= | deps= | |||
{[testenv]deps} | {[testenv]deps} | |||
skipping to change at line 38 | skipping to change at line 39 | |||
sphinx_click | sphinx_click | |||
sphinx_rtd_theme | sphinx_rtd_theme | |||
sphinx-automodapi | sphinx-automodapi | |||
sphinxcontrib-programoutput | sphinxcontrib-programoutput | |||
commands = | commands = | |||
sphinx-build docs docs/_build/html | sphinx-build docs docs/_build/html | |||
[pytest] | [pytest] | |||
disable-warnings=1 | disable-warnings=1 | |||
verbosity=1 | verbosity=1 | |||
minversion = 3.8 | minversion = 3.11.0 | |||
testpaths = tests/suite | testpaths = tests/suite | |||
#[testenv:syncdocs] | #[testenv:syncdocs] | |||
#skipsdist = True | #skipsdist = True | |||
#skip_install = True | #skip_install = True | |||
#deps = | #deps = | |||
#passenv = SSH_AUTH_SOCK | #passenv = SSH_AUTH_SOCK | |||
#whitelist_externals = rsync | #whitelist_externals = rsync | |||
#commands = | #commands = | |||
# rsync -rltDvhc ./docs/_build/html/ urania1:{posargs:/srv/UDF/musered} | # rsync -rltDvhc ./docs/_build/html/ urania1:{posargs:/srv/UDF/musered} | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |