2010-08-18 17:47:31 +08:00
|
|
|
[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
|
|
|
|
|
|
2010-07-27 17:09:34 +08:00
|
|
|
[nosetests]
|
|
|
|
|
detailed-errors = 1
|
2010-08-23 22:18:47 +08:00
|
|
|
with-doctest = 1
|
2012-05-07 21:33:04 +08:00
|
|
|
cover-package = sklearn
|