2015-06-07 22:06:41 +00:00
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
2019-08-18 19:16:17 +00:00
|
|
|
|
|
|
|
[flake8]
|
2019-10-31 19:31:53 +00:00
|
|
|
ignore = W503,W504,E722
|
2019-08-18 19:16:17 +00:00
|
|
|
max_line_length = 80
|
|
|
|
exclude = .asv,.tox,.ipynb_checkpoints,build,dist,.git,__pycache__
|
2020-10-24 17:42:50 +00:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
python_files = tests_*.py
|
2020-10-24 20:56:26 +00:00
|
|
|
testpaths = tests
|
2020-10-24 22:26:18 +00:00
|
|
|
addopts = -v --tb=short
|
2020-10-24 18:36:45 +00:00
|
|
|
usefixtures = pretest_posttest
|