From 93a0b2f1f7ec9fcc2c0f5327f4f88378ae19561e Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 23 Dec 2013 15:56:21 -0800 Subject: Run py.test with catpure=no for more faster. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 39fe024f..61143112 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ deps = coverage pretend commands = - coverage run --source=cryptography/,tests/ -m pytest --strict + coverage run --source=cryptography/,tests/ -m pytest --capture=no --strict coverage report -m [testenv:docs] @@ -24,7 +24,7 @@ commands = # Temporarily disable coverage on pypy because of performance problems with # coverage.py on pypy. [testenv:pypy] -commands = py.test +commands = py.test --capture=no [testenv:pep8] deps = flake8 -- cgit v1.2.3