-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (31 loc) · 739 Bytes
/
setup.cfg
File metadata and controls
36 lines (31 loc) · 739 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
27
28
29
30
31
32
33
34
35
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[flake8]
max-line-length = 100
ignore = E122,E123,E126,E127,E128,E731,E722
exclude = build,marstime/_version.py,tests,conda.recipe,.git,versioneer.py,benchmarks,.asv
[tool:pytest]
norecursedirs= .* *.egg* build dist conda.recipe
addopts =
--junitxml=junit.xml
--ignore setup.py
--ignore run_test.py
--cov-report term-missing
--tb native
--strict
--durations=20
env =
PYTHONHASHSEED=0
markers =
serial: execute test serially (to avoid race conditions)
[versioneer]
VCS = git
style = pep440
versionfile_source = marstime/_version.py
versionfile_build = marstime/_version.py
tag_prefix =
parentdir_prefix = marstime-
[bdist_wheel]
universal=1