Skip to content
Snippets Groups Projects
Commit 03c8566e authored by Jan Caron's avatar Jan Caron
Browse files

Update .gitlab-ci.yml

parent 1cb9e77c
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,7 @@ test:
# Install requirements (-e: editable, like python setup.py develop, but pip, not easy_install):
- pip install -e . # TODO: belongs here or before_script?
- python setup.py test
- coverage html
\ No newline at end of file
- coverage html
artifacts:
paths:
- htmlcov/
\ No newline at end of file
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