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

[conda] Test all cmdline interfaces

parent 324be2ca
No related branches found
No related tags found
1 merge request!12Streamlining
...@@ -47,9 +47,15 @@ test: ...@@ -47,9 +47,15 @@ test:
commands: commands:
# test commands ("script" entry-points) from your package here # test commands ("script" entry-points) from your package here
- bob binseg --help - bob binseg --help
- bob binseg train --help
- bob binseg test --help
- bob binseg compare --help - bob binseg compare --help
- bob binseg evalpred --help
- bob binseg gridtable --help
- bob binseg predict --help
- bob binseg ssltrain --help
- bob binseg test --help
- bob binseg train --help
- bob binseg transformfolder --help
- bob binseg visualize --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} - nosetests --with-coverage --cover-package={{ name }} -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
......
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