summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-01 08:29:32 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-01 08:29:32 -0800
commit6f78d64567ada67a995579605a9e0d66c8d3bdd2 (patch)
treec34afc7f56f7250a75b49dcb470a8773dd43c46a /tox.ini
parent522487e5a7dd3004747da85c9f6c53fc5dc4de06 (diff)
downloadcryptography-6f78d64567ada67a995579605a9e0d66c8d3bdd2.tar.gz
Make the PyPy tox job consistent with the main one.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 611431124..93f5b4211 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