Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
a1732b1d
Commit
a1732b1d
authored
Oct 15, 2018
by
André Anjos
💬
Browse files
This commit fixes potential issues created by the new test strategy (in test-only runs)
parent
98a08982
Pipeline
#24314
failed with stages
in 22 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
a1732b1d
...
...
@@ -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/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment