summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-01-27 18:08:59 +0000
committerJavier Jardón <jjardon@gnome.org>2017-01-29 02:17:21 +0000
commit3ec1dce9199e5e71a03abcc71687297829816c15 (patch)
tree5187f1c991e956ce23524c7cedc06774e3467a06 /.gitlab-ci.yml
parente790571ae605a1049af72df3d40334d17236ffbf (diff)
downloadybd-3ec1dce9199e5e71a03abcc71687297829816c15.tar.gz
Use pycodestyle (formerly called pep8) to check python code style
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7cdd0be..0a6f69e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ stages:
check_pep8:
stage: pep8
- script: "pep8"
+ script: "pycodestyle --show-source --show-pep8"
cache_keys_v1:
stage: cache_keys