1
0
mirror of https://github.com/Yubico/yubiadmin.git synced 2025-02-20 14:54:30 +01:00

Fix skip-tests option.

This commit is contained in:
Dain Nilsson 2013-05-02 10:51:02 +02:00
parent 832051a02e
commit e137733a20

View File

@ -39,8 +39,9 @@ class release(Command):
description = "create and release a new version"
user_options = [
('keyid', None, "GPG key to sign with"),
('skip-test', None, "skip running the tests"),
('skip-tests', None, "skip running the tests"),
]
boolean_options = ['skip-tests']
def initialize_options(self):
self.cwd = None