![Clark Boylan](/assets/img/avatar_default.png)
Add a setup.py for the gerritlib project. This incorporates openstack.common.setup/version as well for versioning. This change also adds a tox.ini file and its lists of dependencies to gerritlib. This was not done in a separate commit as tox depends on setup.py and setup depends on tox for gate tests. Change-Id: I101471e836802b1c38796d8d3c570ce5f00c793e
16 lines
249 B
INI
16 lines
249 B
INI
[nosetests]
|
|
cover-package = gerritlib
|
|
cover-html = true
|
|
cover-erase = true
|
|
cover-inclusive = true
|
|
verbosity=2
|
|
detailed-errors=1
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|