Skip to content
Snippets Groups Projects
.gitlab-ci.yml 175 B
Newer Older
image: python:3.4

before_script:
  - python -V
  
cache:
  paths:
  - ~/.cache/pip/

test:
  script:
  - pip install -e .
  - pip install flake8
  - flake8 hektor.py bin lib