From 2c8188f25ea8f6e10d1c4affd641deb5b7a96828 Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa Date: Wed, 18 Aug 2010 11:47:31 +0200 Subject: [PATCH] run all tests suite through nose. --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 99fb8ab5b15f6..d6159668b5819 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,8 @@ +[aliases] +# python2.7 has upgraded unittest and it is no longer compatible with some +# of our tests, so we run all through nose +test = nosetests + [nosetests] verbosity = 2 detailed-errors = 1