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

Fixed recipe to test all modules

parent 695dcdfb
No related branches found
No related tags found
1 merge request!7Fixed recipe to test all modules
Pipeline #
...@@ -66,7 +66,7 @@ test: ...@@ -66,7 +66,7 @@ test:
- bob_rppg_ssr_pulse_from_mask.py --help - bob_rppg_ssr_pulse_from_mask.py --help
- bob_rppg_base_get_heart_rate.py --help - bob_rppg_base_get_heart_rate.py --help
- bob_rppg_base_compute_performance.py --help - bob_rppg_base_compute_performance.py --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} - nosetests --with-coverage --cover-package={{ name }} -sv bob.rppg
- 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.
Finish editing this message first!
Please register or to comment