From d764b35bc3910b8f67ff811752df615afa7667f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuha=CC=88user?= Date: Thu, 22 Aug 2013 19:40:55 +0200 Subject: Fix tox configuration Re-using the pickled data across 2.x and 3.x causes errors when running the tests. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 52d8df9..6d4eb03 100644 --- 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 -- cgit v1.2.1