Skip to content
Snippets Groups Projects
Commit d805baa7 authored by Hock, Martin's avatar Hock, Martin
Browse files

One try to make the CICD work

parent 68eb7f91
No related branches found
No related tags found
No related merge requests found
......@@ -32,21 +32,23 @@ before_script:
test:
tags:
tags:
- env:docker
script:
#- python setup.py test
- pip install flake8 # you can also use tox
- pip install flake8 flake8-nb # you can also use tox
- pwd
- ls -lh
- flake8 ./trial_json.py
- flake8 --max-line-length 88 ./functions/*.py
- flake8-nb --max-line-length 88 ausarbeitung.ipynb
run:
tags:
- env:docker
script:
- pip install -r requirements.txt
- python trial_json.py
#run:
#tags:
#- env:docker
#script:
#- pip install -r requirements.txt
#- python trial_json.py
# an alternative approach is to install and run:
# - pip install dist/*
# run the command here
......@@ -55,7 +57,7 @@ run:
# - dist/*.whl
#pages:
# tags:
# tags:
# - env:docker
# script:
# - pip install sphinx sphinx-rtd-theme
......
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