Skip to content
Snippets Groups Projects
Commit edb5abb3 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

added .gitlab-ci.yml for CI to run `pytest test` :D

parent 304d8e3e
No related branches found
No related tags found
No related merge requests found
before_script:
- apt-get update -qq && apt-get install -y -qq python3.6 python3-pip
- pip3 install -r requirements.txt
pytestCI:
script:
- python3 -m pytest test
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