rattail/setup.cfg
Lance Edgar 1704d9e025 Add new bulk PostgreSQL and Rattail->Rattail importers
Plus tests, sort of..plenty of stubs in here still.
2016-05-14 00:26:19 -05:00

12 lines
172 B
INI

[upload_docs]
upload-dir = docs/_build/html
[nosetests]
nocapture = 1
cover-erase = 1
cover-package = rattail
cover-inclusive = 1
cover-html = 1
cover-html-dir = htmlcov