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

Fix test running

parent 8627b3d6
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ BOB_DOCUMENTATION_SERVER="${DOCSERVER}/software/bob/docs/latest/bob/%s/master/"
bindir=`pwd`/${CONDA_PREFIX}/bin
run_cmd ${bindir}/coverage run --source=${CI_PROJECT_NAME} ./bin/nosetests -sv ${CI_PROJECT_NAME}
run_cmd ${bindir}/coverage run --source=${CI_PROJECT_NAME} ${bindir}/nosetests -sv ${CI_PROJECT_NAME}
run_cmd ${bindir}/coverage report
run_cmd ${bindir}/sphinx-build -b doctest ../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