[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]
detailed-errors = 1
with-doctest = 1
cover-package = scikits.learn