Skip to content
Snippets Groups Projects
Commit 1fd8ec79 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Merge branch 'nose-eval-attr' into 'master'

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

Closes bob.nightlies#55

See merge request !83
parents bf3849ec e053c66d
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 #36307 passed
...@@ -62,11 +62,7 @@ test: ...@@ -62,11 +62,7 @@ test:
- bob tf train --help - bob tf train --help
- bob tf train-and-evaluate --help - bob tf train-and-evaluate --help
- bob tf trim --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 }} - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
{% endif %}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - 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