diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,6 +7,7 @@ deps = iso8601 pretend pytest + ./vectors commands = coverage run --source=cryptography/,tests/ -m pytest --capture=no --strict {posargs} coverage report -m @@ -34,7 +35,8 @@ commands = # Temporarily disable coverage on pypy because of performance problems with # coverage.py on pypy. [testenv:pypy] -commands = py.test --capture=no --strict {posargs} +commands = + py.test --capture=no --strict {posargs} [testenv:pep8] deps = |