From fa0946dd7b53d0fae3b9c118bf82945ce9aa60c1 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 2 Dec 2018 22:32:34 +0100 Subject: Run flake8 properly as well. --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf0ff7a..8694ee3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,9 +23,8 @@ before_script: test: script: - - python setup.py test - - pip install tox flake8 # you can also use tox - - tox -e py36,flake8 + - pip install flake8 + - python setup.py -v test flake8 run: script: -- cgit