aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-01 08:22:40 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-01 08:22:40 -0800
commitd8614a298d3f01786535fb966b02b7bfc22a8a0c (patch)
tree3bebd30c4e805c2a375ed856ad2f940130e5b228 /tox.ini
parent77762bcb2fae77de60d37c60f74874730eeb785b (diff)
downloadcryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.tar.gz
cryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.tar.bz2
cryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.zip
Typo fix
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 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