From: Armin Ronacher Date: Sat, 6 Jul 2013 12:22:07 +0000 (+0200) Subject: New tox versions have problems with PYTHONDONTWRITEBYTECODE apparently X-Git-Tag: 1.0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e3a16dd6d436cb30c36fd19c0b258cf351761cc;p=thirdparty%2Fbabel.git New tox versions have problems with PYTHONDONTWRITEBYTECODE apparently --- diff --git a/Makefile b/Makefile index 23898ec3..53b53838 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,6 @@ develop: @pip install --editable . tox-test: - @tox + @PYTHONDONTWRITEBYTECODE= tox .PHONY: test develop tox-test