Skip to content
Snippets Groups Projects
Commit 53313884 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Reverted to the old ci

parent 17a11b14
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
......@@ -84,10 +84,9 @@ variables:
- ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
- source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX}
- conda install --yes -c conda-forge -p ${CONDA_PREFIX} opencv==2.4.12
- pip install --use-wheel --no-index --pre dist/*.whl
- pip install --use-wheel --pre dist/*.whl
script:
- cd ${CONDA_PREFIX}
- pwd
- cd ${CONDA_PREFIX}
- export PYTHONPATH="../PythonFaceEvaluation/src:$PYTHONPATH"
- python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
- coverage run --source=${CI_PROJECT_NAME} ./bin/nosetests -sv ${CI_PROJECT_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment