summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-06 14:22:07 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-06 14:22:07 +0200
commit3e3a16dd6d436cb30c36fd19c0b258cf351761cc (patch)
treeb9b188c685ad54c9fc36c747053c2e2e347718b9 /Makefile
parent73be1926e00ec569b421bd7ce157a484df1f1ea4 (diff)
downloadbabel-3e3a16dd6d436cb30c36fd19c0b258cf351761cc.tar.gz
New tox versions have problems with PYTHONDONTWRITEBYTECODE apparently
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23898ec..53b5383 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,6 @@ develop:
@pip install --editable .
tox-test:
- @tox
+ @PYTHONDONTWRITEBYTECODE= tox
.PHONY: test develop tox-test