Lines Matching +full:pypy3 +full:- +full:c
9 pypy3,
19 commands = python -m pytest {posargs: "{toxinidir}/dateutil/test" --cov-config="{toxinidir}/tox.ini…
20 deps = -rrequirements-dev.txt
30 coverage report --rcfile={toxinidir}/tox.ini
37 commands = codecov --file {toxworkdir}/coverage.xml
42 commands = python -m pip list --format=columns
43 python -c 'import sys; print(sys.executable)'
57 deps = -r {toxinidir}/requirements-dev.txt
64 description = invoke sphinx-build to build the HTML docs, check that URIs are valid
66 deps = -r docs/requirements-docs.txt
68 commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --c…
69 …sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -blin…
70 python setup.py check -r -s