2012-02-08 21:01:39 +00:00
|
|
|
[nosetests]
|
|
|
|
|
verbosity=2
|
2013-05-04 16:52:38 +00:00
|
|
|
with-ignore-docstrings=1
|
2015-08-26 22:39:54 +00:00
|
|
|
with-timer=1
|
2016-01-29 22:42:13 +00:00
|
|
|
timer-top-n=15
|
|
|
|
|
cover-package=zipline
|
2016-06-17 23:29:09 +00:00
|
|
|
with-doctest=1
|
|
|
|
|
testmatch=(?:^|[\\b_\\.-])[Tt]est(?!ing)
|
2018-05-01 20:27:29 +00:00
|
|
|
logging-level=INFO
|
2016-01-29 22:42:13 +00:00
|
|
|
|
2015-01-16 09:24:29 +00:00
|
|
|
[metadata]
|
2015-11-11 01:32:16 +00:00
|
|
|
description-file = README.rst
|
2018-06-14 21:02:16 +00:00
|
|
|
license_file = LICENSE
|
2015-11-11 01:32:16 +00:00
|
|
|
|
|
|
|
|
# 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=zipline/_version.py
|
|
|
|
|
versionfile_build=zipline/_version.py
|
|
|
|
|
tag_prefix=
|
|
|
|
|
parentdir_prefix= zipline-
|
2020-01-23 19:41:14 +00:00
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
|
exclude =
|
|
|
|
|
versioneer.py
|