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

reduce and execute only flake8

parent 34aa6d36
No related branches found
No related tags found
No related merge requests found
......@@ -29,13 +29,14 @@ before_script:
- virtualenv venv
- 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
#- python setup.py test
- pip install flake8 # you can also use tox
- flake8 .
run:
tags:
......@@ -49,16 +50,16 @@ run:
# paths:
# - dist/*.whl
pages:
tags:
- env:docker
script:
- pip install sphinx sphinx-rtd-theme
- cd doc
- make html
- mv build/html/ ../public/
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
#pages:
# tags:
# - env:docker
# script:
# - pip install sphinx sphinx-rtd-theme
# - cd doc
# - make html
# - mv build/html/ ../public/
# artifacts:
# paths:
# - public
# rules:
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
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