From: Daniel Neuhäuser Date: Thu, 22 Aug 2013 17:40:55 +0000 (+0200) Subject: Fix tox configuration X-Git-Tag: 2.0~3^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d764b35bc3910b8f67ff811752df615afa7667f6;p=thirdparty%2Fbabel.git Fix tox configuration Re-using the pickled data across 2.x and 3.x causes errors when running the tests. --- diff --git a/tox.ini b/tox.ini index 52d8df9f..6d4eb034 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