forked from markovmodel/PyEMMA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (21 loc) · 668 Bytes
/
setup.cfg
File metadata and controls
27 lines (21 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tool:pytest]
addopts= --doctest-modules
doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL
usefixtures=session_fixture
norecursedirs=_ext/orderedset _ext/sklearn
filterwarnings =
once::DeprecationWarning
once::PendingDeprecationWarning
ignore:.*Returning plain coordinates.*:UserWarning
[alias]
test=pytest
# 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 = pyemma/_version.py
versionfile_build = pyemma/_version.py
tag_prefix = v
parentdir_prefix = pyemma-