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

Reverted to the old ci

parent 7082e0f5
Branches
Tags v2.2.6
1 merge request!1Standarization
Pipeline #
...@@ -90,7 +90,7 @@ variables: ...@@ -90,7 +90,7 @@ variables:
- cd ${CONDA_PREFIX} - cd ${CONDA_PREFIX}
- export PYTHONPATH="../PythonFaceEvaluation/src:$PYTHONPATH" - export PYTHONPATH="../PythonFaceEvaluation/src:$PYTHONPATH"
- sed -i "\$apillow=2.9.0" ../requirements.txt - sed -i "\$apillow=2.9.0" ../requirements.txt
- ./bin/buildout buildout:csu-dir=./PythonFaceEvaluation - ../bin/buildout buildout:csu-dir=../PythonFaceEvaluation
- python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())" - python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
- coverage run --source=${CI_PROJECT_NAME} ./bin/nosetests -sv ${CI_PROJECT_NAME} - coverage run --source=${CI_PROJECT_NAME} ./bin/nosetests -sv ${CI_PROJECT_NAME}
- coverage report - coverage report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment