Skip to content
Snippets Groups Projects
.gitlab-ci.yml 138 B
Newer Older
  • Learn to ignore specific revisions
  • image: python:3.4
    
    before_script:
      - python -V
    
    test:
      script:
      - pip install -e .
      - pip install flake8
      - flake8 hektor.py bin lib