From a1732b1d6665dcbf2f46227640f349ab65db06ba Mon Sep 17 00:00:00 2001 From: Andre Anjos Date: Mon, 15 Oct 2018 10:08:56 +0200 Subject: [PATCH] This commit fixes potential issues created by the new test strategy (in test-only runs) --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 265c3e5a..0b737505 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -57,11 +57,11 @@ test: - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} {% else %} - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} --exclude=".*test_docker.*" - {% endif %} - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx - conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect objects -p $PREFIX {{ name }} # [osx] + {% endif %} about: home: https://www.idiap.ch/software/beat/ -- 2.21.0