mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 22:21:37 +08:00
fce97176d6
* Updated cython build scripts * Updated setup.py to to install catalyst package * Updated momentum example to use catalyst package * catalyst executable now supports loading pipelines from multiple bundles
24 lines
538 B
INI
24 lines
538 B
INI
[nosetests]
|
|
verbosity=2
|
|
detailed-errors=1
|
|
with-ignore-docstrings=1
|
|
with-timer=1
|
|
timer-top-n=15
|
|
cover-package=catalyst
|
|
with-doctest=1
|
|
testmatch=(?:^|[\\b_\\.-])[Tt]est(?!ing)
|
|
|
|
[metadata]
|
|
description-file = README.rst
|
|
|
|
# See the docstring in versioneer.py for instructions. Note that you must
|
|
# re-run 'versioneer.py setup' after changing this section, and commit the
|
|
# resulting files.
|
|
[versioneer]
|
|
VCS=git
|
|
style=pep440
|
|
versionfile_source=catalyst/_version.py
|
|
versionfile_build=catalyst/_version.py
|
|
tag_prefix=
|
|
parentdir_prefix= catalyst-
|