2015-12-28 00:15:39 +00:00
|
|
|
[wheel]
|
|
|
|
universal = 1
|
|
|
|
|
2016-08-21 18:44:40 +00:00
|
|
|
[tool:pytest]
|
2015-09-19 19:29:23 +00:00
|
|
|
testpaths = tests
|
2016-07-25 15:26:07 +00:00
|
|
|
norecursedirs = .git testing_config
|
2015-12-28 05:14:35 +00:00
|
|
|
|
2016-02-14 00:56:32 +00:00
|
|
|
[flake8]
|
2016-04-25 10:06:28 +00:00
|
|
|
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build
|
2016-09-04 02:21:19 +00:00
|
|
|
|
|
|
|
[pydocstyle]
|
|
|
|
match_dir = ^((?!\.|www_static).)*$
|