Skip to content
Snippets Groups Projects
Commit e053c66d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Revert BOB_NOSE_FAST hack in favour of using environment variables supported by nosetests

parent bf3849ec
No related branches found
No related tags found
1 merge request!83Revert BOB_NOSE_FAST hack in favour of using environment variables supported by nosetests
Pipeline #35804 failed
......@@ -62,11 +62,7 @@ test:
- bob tf train --help
- bob tf train-and-evaluate --help
- bob tf trim --help
{% if environ.get('BOB_NOSE_FAST') %}
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} -a '!slow'
{% else %}
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
{% 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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment