aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-01 09:32:48 -0800
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-01 09:32:48 -0800
commitc9add40cc5ccd5de4279ac894b47c0695258520d (patch)
tree3bebd30c4e805c2a375ed856ad2f940130e5b228
parent2fe6456b93a245f2fb4ff062ff0316e8b0e8f4c8 (diff)
parent6f78d64567ada67a995579605a9e0d66c8d3bdd2 (diff)
downloadcryptography-c9add40cc5ccd5de4279ac894b47c0695258520d.tar.gz
cryptography-c9add40cc5ccd5de4279ac894b47c0695258520d.tar.bz2
cryptography-c9add40cc5ccd5de4279ac894b47c0695258520d.zip
Merge pull request #385 from alex/consistent-tox
Make the PyPy tox job consistent with the main one.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 61143112..93f5b421 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ commands =
# Temporarily disable coverage on pypy because of performance problems with
# coverage.py on pypy.
[testenv:pypy]
-commands = py.test --capture=no
+commands = py.test --capture=no --strict
[testenv:pep8]
deps = flake8