From db8a44fd93aafde839d0854123f2b09a79709e52 Mon Sep 17 00:00:00 2001 From: Jaden Diefenbaugh <jaden.diefenbaugh@idiap.ch> Date: Mon, 30 Apr 2018 14:59:04 +0200 Subject: [PATCH] conda: rm first test command till "--help" is recognized --- conda/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 09f81422..1b1db4a4 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -52,7 +52,6 @@ test: - {{ name }} commands: - - beatedit --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