diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-12-02 22:32:34 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-12-02 22:32:34 +0100 |
commit | fa0946dd7b53d0fae3b9c118bf82945ce9aa60c1 (patch) | |
tree | 1849a40873baab36f42e21a4e22c51bc3fdb87c9 | |
parent | 8ada4381deccc44a3553496cbf81d808a386c42b (diff) | |
download | epubgrep-fa0946dd7b53d0fae3b9c118bf82945ce9aa60c1.tar.gz |
Run flake8 properly as well.
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files 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: |