Skip to content
Snippets Groups Projects
Commit c809f67a authored by Henrique Varella Ehrenfried's avatar Henrique Varella Ehrenfried
Browse files

Remove CI

parent 2ecbf9a8
No related branches found
No related tags found
No related merge requests found
image: ubuntu:17.10
stages:
- test
run_tests:
stage: test
script:
- apt-get update && apt-get install -y python3 python3-pip
- python3 -m pip install -r requirements.txt
- python3 -m coverage run -m py.test && python3 -m coverage report
tags:
- regular
- ubuntu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment