27 lines
560 B
INI
27 lines
560 B
INI
[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]
|
|
#with-coverage = 1
|
|
cover-html = 1
|
|
cover-html-dir = coverage
|
|
cover-package = sklearn
|
|
|
|
detailed-errors = 1
|
|
with-doctest = 1
|
|
doctest-tests = 1
|
|
doctest-extension = rst
|
|
doctest-fixtures = _fixture
|
|
#doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE
|
|
|
|
# Uncomment the following under windows to build using:
|
|
# http://sourceforge.net/projects/mingw/
|
|
|
|
#[build_ext]
|
|
#compiler=mingw32
|
|
#
|
|
#[build]
|
|
#compiler=mingw32
|