From 2ec35566c6e656839e46994afea3d7725eb823f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Sat, 21 Apr 2018 17:17:57 +0300 Subject: [PATCH] Run prospector strictly in tox tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 36d3ca5..aadb7a5 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,6 @@ commands = coverage run -a --source=axes runtests.py -v2 coverage run -a --source=axes runtests.py -v2 cache coverage report - prospector --zero-exit + prospector setenv = PYTHONDONTWRITEBYTECODE=1