From 6f78d64567ada67a995579605a9e0d66c8d3bdd2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 1 Jan 2014 08:29:32 -0800 Subject: Make the PyPy tox job consistent with the main one. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3