From: Isaac Jurado Date: Mon, 28 Dec 2015 21:14:05 +0000 (+0100) Subject: Install m3-cdecimal in Tox environments. X-Git-Tag: 2.2.0~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bcd5a68655d268ee995a02442dae80261e587ac;p=thirdparty%2Fbabel.git Install m3-cdecimal in Tox environments. Apparently, the cdecimal package has been renamed to m3-cdecimal. Being unable to install it breaks the test suite, so this should fix the problem. --- diff --git a/tox.ini b/tox.ini index a5b23e41..6f552d8b 100644 --- a/tox.ini +++ b/tox.ini @@ -2,10 +2,8 @@ envlist = py26, py27, pypy, py33, py34, py26-cdecimal, py27-cdecimal [testenv] -install_command = - pip install --allow-external cdecimal {opts} {packages} deps = pytest - cdecimal: cdecimal + cdecimal: m3-cdecimal whitelist_externals = make commands = make clean-cldr test