forked from mggg/GerryChain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (25 loc) · 689 Bytes
/
Copy pathsetup.cfg
File metadata and controls
28 lines (25 loc) · 689 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
[flake8]
max-line-length = 100
ignore = E122,E123,E126,E127,E128,E731,E722,W503,W504
exclude = build,gerrychain/_version.py,tests,conda.recipe,.git,versioneer.py,benchmarks,.asv,__init__.py,gerrychain/vendor/*
[tool:pytest]
norecursedirs= .* *.egg* build dist conda.recipe
addopts =
--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
versionfile_source = gerrychain/_version.py
versionfile_build = gerrychain/_version.py
tag_prefix =
parentdir_prefix = gerrychain-
[bdist_wheel]
universal=1