b2be72e69d
Add a setup.py for the gerritbot 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 gerritbot: pyyaml, python-daemon and python-irclib. Change-Id: Id9204a1ad452c8aa3c5ec5b697db4dd835e46405
16 lines
249 B
INI
16 lines
249 B
INI
[nosetests]
|
|
cover-package = gerritbot
|
|
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
|