summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-08-25 15:44:05 +0100
committerMark Haines <mark.haines@matrix.org>2015-08-25 15:44:05 +0100
commitd046adf4ecf0737dc111a93d1f1ae7f41bc1bccb (patch)
tree6974e0d13026d63a954f1bf01d21fa2cf5154ad3
parentProd jenkins (diff)
downloadsynapse-d046adf4ecf0737dc111a93d1f1ae7f41bc1bccb.tar.xz
Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't spew .pyc files everywhere
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a1e0ac70d3..58cf9613cb 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