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:
parent
832051a02e
commit
e137733a20
3
setup.py
3
setup.py
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user