From c32aa15edc2d9bb9f1ca18e1d2cffce421670877 Mon Sep 17 00:00:00 2001 From: Pavel Korshunov <pavel.korshunov@idiap.ch> Date: Tue, 13 Feb 2018 23:13:20 +0100 Subject: [PATCH] updating conda recipe --- conda/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index f116fe69..25a3cee1 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -45,7 +45,6 @@ test: imports: - {{ name }} commands: - - version.py --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