Skip to content
Snippets Groups Projects
Commit 27bd30b4 authored by maeries's avatar maeries
Browse files

non-working version of ci.yml

parent 290771ab
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,13 @@ image: python:latest
# Functions that should be executed before the build script is run
before_script:
- python --version ; pip --version
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements
pages:
script:
- python --version
- python main.py
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
......
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