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: ...@@ -39,6 +39,7 @@ requirements:
- matplotlib - matplotlib
- pandas - pandas
- pillow - pillow
- psutil
- h5py - h5py
- tqdm - tqdm
- tabulate - tabulate
...@@ -47,7 +48,7 @@ test: ...@@ -47,7 +48,7 @@ test:
imports: imports:
- {{ name }} - {{ name }}
commands: 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 -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]
......
...@@ -4,6 +4,7 @@ numpy ...@@ -4,6 +4,7 @@ numpy
pandas pandas
h5py h5py
pillow pillow
psutil
setuptools setuptools
tabulate tabulate
torch 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