Skip to content
Snippets Groups Projects
Commit 518b33ec authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

sphin-build properly

parent b1cc5028
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -32,8 +32,8 @@ test:
commands:
<ENTRY_POINTS_TEST>
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- sphinx-build -W {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -b doctest {{ project_dir }}/doc sphinx
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
requires:
- nose {{ nose }}.*
- coverage {{ coverage }}.*
......
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