aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2013-12-27 11:09:54 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2013-12-27 11:09:54 -0500
commit504e3cfd829f6b5348f27013a8626106aa6cf995 (patch)
tree5dfebbb72769a9886bb43236f884c0ae900617db /tox.ini
parent3d1d97fa108ced9eae99fc99a5d6399811022425 (diff)
parentb645521e84026633f666aa107816ac2fc5e05cc6 (diff)
downloadcryptography-504e3cfd829f6b5348f27013a8626106aa6cf995.tar.gz
cryptography-504e3cfd829f6b5348f27013a8626106aa6cf995.tar.bz2
cryptography-504e3cfd829f6b5348f27013a8626106aa6cf995.zip
Merge remote-tracking branch 'origin/master' into pyopenssl-test_crypto-with-optionals
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
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