Skip to content
Snippets Groups Projects
Commit 55e6cc94 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

ci

parent 6fbb2528
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,13 @@ image: python:3.6
stages:
- test
before_script:
- apt-get -q update && apt-get install -y python3-virtualenv
- virtualenv venv
- . venv/bin/activate
- python -V
- pip3 install requirements.txt
install_dependencies:
stage: test
script:
......
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