aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-01 08:29:09 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-01 08:29:09 -0800
commit73cd6276884f1e2828adc948fe4baa4b93dc78ed (patch)
treebd567da2eb52de37471133f0538c97b9fe298e1a
parentd8614a298d3f01786535fb966b02b7bfc22a8a0c (diff)
downloadcryptography-73cd6276884f1e2828adc948fe4baa4b93dc78ed.tar.gz
cryptography-73cd6276884f1e2828adc948fe4baa4b93dc78ed.tar.bz2
cryptography-73cd6276884f1e2828adc948fe4baa4b93dc78ed.zip
THis should be a seperate PR
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 93f5b421..61143112 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 --strict
+commands = py.test --capture=no
[testenv:pep8]
deps = flake8