vdirsyncer/setup.cfg
Markus Unterwaditzer b2422dbea6 Reorganize testsuite
The end goal here is to independently measure coverage of each of those
testsuites.
2017-01-18 22:42:42 +01:00

11 lines
229 B
INI

[wheel]
universal = 1
[tool:pytest]
norecursedirs = tests/storage/servers/*
[flake8]
# W503: Line break before operator
ignore = W503, E731
exclude = tests/storage/servers/*, build/
application-package-names = tests,vdirsyncer