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

[conda] Do not capture raw output by default

parent 6a8695c4
No related branches found
No related tags found
1 merge request!16Use pytest instead of nose
Pipeline #45692 failed
...@@ -51,7 +51,7 @@ test: ...@@ -51,7 +51,7 @@ test:
commands: commands:
# runs tests for package only, report only what is in the package # runs tests for package only, report only what is in the package
# creates html and xml reports and place them in specific directories # creates html and xml reports and place them in specific directories
- pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }} - pytest --capture=no --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ 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]
......
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