Add support for Tox

Change-Id: I6974c78e15e34cbe1ce28b2f43525dd267b814e4
This commit is contained in:
Christian Berendt
2014-08-06 14:07:01 +02:00
parent 548aac7d25
commit b2b77d6cd1
7 changed files with 137 additions and 1 deletions

View File

@@ -67,7 +67,8 @@ def gen_url(title, foreach, sections):
def get_options():
parser = argparse.ArgumentParser(
description='Create a gerrit dashboard URL from a dashboard definition')
description='Create a gerrit dashboard URL from a dashboard '
'definition')
parser.add_argument('dash',
metavar='dashboard_file',
help="Dashboard file to create url from")