diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-02-01 17:53:29 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-02-01 18:01:18 +0100 |
commit | 051db327fb1c21032f39e9a2c9272b3a9c65b8a9 (patch) | |
tree | 7f249b76d4f8d579e70edb5198709c4dcae1b843 /.gitlab-ci.yml | |
parent | de62ae0d78aa5eefeab748e1e14b9603b0ca5794 (diff) | |
download | epubgrep-051db327fb1c21032f39e9a2c9272b3a9c65b8a9.tar.gz |
Fix flake8
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8694ee3..e8a5795 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,8 @@ before_script: test: script: - pip install flake8 - - python setup.py -v test flake8 + - python setup.py -v test + - flake8 epubgrep.py setup.py tests/__init__.py tests/test_epugrep.py run: script: |