count the patches to set the universal wheel flag

Change-Id: I18d8681e706ba217a5012567427dafd5a6566e90
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-10-02 18:46:34 -04:00
parent 1a6191debc
commit ef2fbbd5b7
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ class PatchesCount(lister.Lister):
('Docs', ['switch documentation job to new PTI']),
('3.6 unit', ['add python 3.5 unit test job',
'add python 3.6 unit test job']),
('Wheels', ['build universal wheels']),
]
def take_action(self, parsed_args):