]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
New tox versions have problems with PYTHONDONTWRITEBYTECODE apparently
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 6 Jul 2013 12:22:07 +0000 (14:22 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 6 Jul 2013 12:22:07 +0000 (14:22 +0200)
Makefile

index 23898ec3fe086e7e07efabb88363adcd1846f7a9..53b5383861afb994008121a49dfa4795a2416464 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,6 @@ develop:
        @pip install --editable .
 
 tox-test:
-       @tox
+       @PYTHONDONTWRITEBYTECODE= tox
 
 .PHONY: test develop tox-test