diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ deps = pytest ./vectors commands = - coverage run --source=cryptography/,tests/ -m pytest --capture=no --strict {posargs} + coverage run -m pytest --capture=no --strict {posargs} coverage report -m [testenv:docs] |