mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2024-12-28 19:29:22 +00:00
f626d052c5
- Import in psycopg2 classes into the ``sprockets.clients.postgresql`` namespace to make it easier to work with - Add integration tests that connect to a local postgresql instance if it's running - Update documentation a bit
9 lines
158 B
INI
9 lines
158 B
INI
[build_sphinx]
|
|
all-files = 1
|
|
source-dir = docs
|
|
build-dir = build/docs
|
|
|
|
[nosetests]
|
|
with-coverage = 1
|
|
cover-package = sprockets.clients.postgresql
|
|
verbose = 1
|