aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d40a7079..b3f53cce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,8 @@ envlist =
[testenv]
commands = ./runtests.py --fast
+setenv =
+ PYTHONDONTWRITEBYTECODE=1
[testenv:flake8]
basepython = python2.7