Skip to content

Instantly share code, notes, and snippets.

@eduherraiz
Created February 10, 2017 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduherraiz/6d562f13091f9171be6542a9570a5c7b to your computer and use it in GitHub Desktop.
Save eduherraiz/6d562f13091f9171be6542a9570a5c7b to your computer and use it in GitHub Desktop.
Gitlab build flake8
image: hub.apsl.net/library/gitlab-builder:1033-975f2604
before_script:
- docker info
stages:
- test
test:
stage: test
script:
- flake8 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment