From d8502af6d808cadce42a8d619af0b3f2420b8e6a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 17 Mar 2020 20:41:30 +0100
Subject: [PATCH] [conda] Test all cmdline interfaces

---
 conda/meta.yaml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 1a7c95ac..57b6a20a 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -47,9 +47,15 @@ test:
   commands:
     # test commands ("script" entry-points) from your package here
     - bob binseg --help
-    - bob binseg train --help
-    - bob binseg test --help
     - bob binseg compare --help
+    - bob binseg evalpred --help
+    - bob binseg gridtable --help
+    - bob binseg predict --help
+    - bob binseg ssltrain --help
+    - bob binseg test --help
+    - bob binseg train --help
+    - bob binseg transformfolder --help
+    - bob binseg visualize --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