From 1bcd5a68655d268ee995a02442dae80261e587ac Mon Sep 17 00:00:00 2001 From: Isaac Jurado Date: Mon, 28 Dec 2015 22:14:05 +0100 Subject: [PATCH] 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. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.47.2