summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Neuhäuser <dasdasich@gmail.com>2013-08-22 19:40:55 +0200
committerDaniel Neuhäuser <dasdasich@gmail.com>2013-08-22 19:40:55 +0200
commitd764b35bc3910b8f67ff811752df615afa7667f6 (patch)
treee0881b01136500828e90df8cbbe322f187994d7f
parent81bd993b278154eb61086bdddbaad22b1e7d68c6 (diff)
downloadbabel-d764b35bc3910b8f67ff811752df615afa7667f6.tar.gz
Fix tox configurationbaserock/morph
Re-using the pickled data across 2.x and 3.x causes errors when running the tests.
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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