]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Install m3-cdecimal in Tox environments.
authorIsaac Jurado <diptongo@gmail.com>
Mon, 28 Dec 2015 21:14:05 +0000 (22:14 +0100)
committerIsaac Jurado <diptongo@gmail.com>
Tue, 29 Dec 2015 00:16:41 +0000 (01:16 +0100)
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

diff --git a/tox.ini b/tox.ini
index a5b23e41df4e1ed842ad506df25aec3c69066abd..6f552d8b02de03daeeb41690c3ce6082e69dc779 100644 (file)
--- 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