Skip to content

Fix style

Work on branch develop Remember that this is python3.6 so some of new features do not work (like f"STH {value}")

.check_style_template:
  before_script:
    - pip install tox==3.18.1

pep8:
  extends: .check_style_template
  stage: check_style
  script:
   - tox -v -e pep8
Edited by Bartosz Walkowiak