]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fixed make tox-test on new pip versions
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Jul 2013 10:55:41 +0000 (12:55 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Jul 2013 10:55:41 +0000 (12:55 +0200)
Makefile
tox.ini

index 881c7d7c02eebf3fe485ddd30ec3e55c3334937f..5e8599c9fa4b15dbecb59ff3e86331c5c5e9ea8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,7 @@ develop:
        @pip install --editable .
 
 tox-test: import-cldr
-       @PYTHONDONTWRITEBYTECODE= tox
-       @$(MAKE) clean-pyc
+       @tox
 
 upload-docs:
        $(MAKE) -C docs html dirhtml latex
diff --git a/tox.ini b/tox.ini
index 0605f536a671c155f3ae49a6df2a40b445525cc1..52d8df9fc2c8807afb3a2eefb974679b225f90ca 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,5 @@ envlist = py26, py27, pypy, py33
 
 [testenv]
 deps =
-    pytz
     pytest
 commands = py.test tests