]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fix tox configuration
authorDaniel Neuhäuser <dasdasich@gmail.com>
Thu, 22 Aug 2013 17:40:55 +0000 (19:40 +0200)
committerDaniel Neuhäuser <dasdasich@gmail.com>
Thu, 22 Aug 2013 17:40:55 +0000 (19:40 +0200)
Re-using the pickled data across 2.x and 3.x causes errors when running
the tests.

tox.ini

diff --git a/tox.ini b/tox.ini
index 52d8df9fc2c8807afb3a2eefb974679b225f90ca..6d4eb03416bd1ae08a590f713f6e0dbc0550d501 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,4 +4,5 @@ envlist = py26, py27, pypy, py33
 [testenv]
 deps =
     pytest
-commands = py.test tests
+whitelist_externals = make
+commands = make clean-cldr test