Lines Matching +full:- +full:j4
17 # the paths like .tox/py34/lib/python3.4/site-packages/cryptography/__init__.py
19 coverage run --parallel-mode -m pytest --capture=no --strict {posargs}
21 coverage report -m
25 [testenv:pypy-nocoverage]
29 pytest --capture=no --strict {posargs}
33 [testenv:pypy3-nocoverage]
37 pytest --capture=no --strict {posargs}
45 sphinx-build -j4 -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
46 sphinx-build -j4 -T -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
47 sphinx-build -j4 -T -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
48 sphinx-build -j4 -T -W -b spelling docs docs/_build/html
49 doc8 --allow-long-titles README.rst CHANGELOG.rst docs/ --ignore-path docs/_build/
53 [testenv:docs-linkcheck]
58 sphinx-build -W -b linkcheck docs docs/_build/html
70 pytest-random
72 pytest --capture=no --strict --random {posargs}
78 application-import-names = cryptography,cryptography_vectors,tests
84 addopts = -r s