From 6c565634faef98f75a5c20384ea0cee62559d815 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sun, 13 Mar 2016 20:47:28 +0000 Subject: Add pep8 test --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0596cd..bb4746d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,12 +11,17 @@ cache: path: "$BASE" stages: +- pep8 - installation - cache_keys - build - test - deploy +check_pep8: + stage: pep8 + script: "pep8" + check_installation: stage: installation script: "python setup.py install ; ./ybd.py" -- cgit v1.2.1