aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlton Gibson2014-10-29 11:03:39 +0100
committerCarlton Gibson2014-10-29 11:03:39 +0100
commitc164d5b31d68b9462cd071b4fef9614db1b9ba96 (patch)
tree5c099f228d5aed29431a8128d3c6b6787dc0d515
parent4ad4fca6cec66b8f088921404e6896ee0b324a03 (diff)
parent8af3d5db492c7468a1f2e4befdcd78b59216241d (diff)
downloaddjango-rest-framework-c164d5b31d68b9462cd071b4fef9614db1b9ba96.tar.bz2
Merge pull request #1993 from jpadilla/master
Use PYTHONDONTWRITEBYTECODE=1 on tox environment
-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