Files
postgres-web/dep/django-selectable/setup.cfg
Magnus Hagander 6ffc1d4811 Import newer version of django-selectable
Sync up to the same version we have on the commitfest app, which will
also be required for eventual django 1.11 support.
2018-03-09 16:43:49 -05:00

12 lines
168 B
INI

[coverage:run]
branch = true
omit = */tests/*, example/*, .tox/*, setup.py, runtests.py
source = .
[coverage:report]
show_missing = true
[bdist_wheel]
universal = 1