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

[conda] Set correct nosetests cmdline; Add psutil as dependence for monitoring resources

parent 16641f4d
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #39213 passed
......@@ -39,6 +39,7 @@ requirements:
- matplotlib
- pandas
- pillow
- psutil
- h5py
- tqdm
- tabulate
......@@ -47,7 +48,7 @@ test:
imports:
- {{ name }}
commands:
- nosetests --with-coverage --cover-package={{ name }} --cover-erase --cover-html-dir={{ project_dir }}/sphinx/coverage --cover-xml-file={{ project_dir }}/coverage.xml -sv {{ name }}
- nosetests --with-coverage --cover-package={{ name }} --cover-erase --cover-html-dir={{ project_dir }}/sphinx/coverage --cover-html --cover-xml-file={{ project_dir }}/coverage.xml --cover-xml -sv {{ name }}
- 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]
......
......@@ -4,6 +4,7 @@ numpy
pandas
h5py
pillow
psutil
setuptools
tabulate
torch
......
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