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

Add tag

parent d68cf310
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,16 @@ before_script:
- source venv/bin/activate
test:
tags:
- env:docker
script:
- python setup.py test
- pip install tox flake8 # you can also use tox
- tox -e py36,flake8
run:
tags:
- env:docker
script:
- python trial_json.py
# an alternative approach is to install and run:
......@@ -46,6 +50,8 @@ run:
# - dist/*.whl
pages:
tags:
- env:docker
script:
- pip install sphinx sphinx-rtd-theme
- cd doc
......
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