From 10896e61523f0facb6c07fff15987b4232189411 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Mon, 7 May 2018 15:39:42 +0200 Subject: [PATCH] Test the click commands too --- conda/meta.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index db156ffc..ff8c93d8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -64,6 +64,17 @@ test: - enroll.py --help - score.py --help - fuse_scores.py --help + - bob bio --help + - bob bio annotate --help + - bob bio metrics --help + - bob bio roc --help + - bob bio det --help + - bob bio epc --help + - bob bio hist --help + - bob bio cmc --help + - bob bio dir --help + - bob bio gen --help + - bob bio evaluate --help - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx -- GitLab