Skip to content
Snippets Groups Projects
Commit 0cebce7f authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[ci] removed tests and doc building from conda

parent ff881cb5
No related branches found
No related tags found
1 merge request!68Using citools package instead of bob devtools for the CI process
......@@ -48,19 +48,8 @@ test:
# runs tests for package only, report only what is in the package
# creates xml tests report and place it in a specific directory
# creates html and xml coverage reports and place them in a specific directory
- ls -lah
- pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --junitxml={{ project_dir }}/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]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- pytest {{ pytest }}
- pytest-cov {{ pytest_cov }}
- coverage {{ coverage }}
- sphinx {{ sphinx }}
- sphinx_rtd_theme {{ sphinx_rtd_theme }}
- matplotlib {{ matplotlib }}
about:
home: {{ data['project']['urls']['homepage'] }}
......
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