forked from biosustain/cameo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (35 loc) · 917 Bytes
/
setup.cfg
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
36
37
38
39
40
[nosetests]
verbosity=2
rednose=1
with-coverage=1
cover-package=cameo
cover-html=1
cover-html-dir=tests/coverage
logging-filter=cameo,optlang,requests
[bdist_wheel]
universal = 1
[flake8]
ignore = E402,E303,E122,F401,F812
max-line-length = 120
exclude = versioneer.py,__init__.py,_version.py,plotting_old.py,cplex/*,docs/notebooks
# TODO: the following needs to go down significantly
max-complexity = 26
# 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 = cameo/_version.py
versionfile_build = cameo/_version.py
tag_prefix =
versioneer.parentdir_prefix = myproject-
[tool:pytest]
testpaths = tests
[isort]
not_skip = __init__.py
indent = 4
line_length = 120
multi_line_output = 4
known_third_party = future,six
known_first_party = cameo