mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00

Sync up to the same version we have on the commitfest app, which will also be required for eventual django 1.11 support.
12 lines
168 B
INI
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
|