From b72dabe91b1717faed3e2a8df96916433f402614 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Fri, 20 Nov 2020 13:12:46 +0100
Subject: [PATCH] [conda] Add a test for display-annotations command

---
 conda/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 04660681..611ed032 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -58,6 +58,7 @@ test:
   imports:
     - {{ name }}
   commands:
+    - bob bio display-face-annotations --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