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

[conda] Enable pytests

parent cb65537e
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ test:
commands:
- python {{ project_dir }}/doc/simple_cli.py --help
- python {{ project_dir }}/doc/simple_cli.py --version
#- pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --junitxml=test_results.xml --pyargs {{ name }}
- pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --junitxml=test_results.xml --pyargs {{ 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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment