From d046adf4ecf0737dc111a93d1f1ae7f41bc1bccb Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 25 Aug 2015 15:44:05 +0100 Subject: [PATCH] Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't spew .pyc files everywhere --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index a1e0ac70d..58cf9613c 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,8 @@ deps = coverage Twisted>=15.1 mock +setenv = + PYTHONDONTWRITEBYTECODE = no_byte_code commands = coverage run --source=./synapse {envbindir}/trial tests coverage report -m