Created
February 10, 2017 15:03
-
-
Save eduherraiz/6d562f13091f9171be6542a9570a5c7b to your computer and use it in GitHub Desktop.
Gitlab build flake8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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