Avoid running flake8 on cache, etc.

This commit is contained in:
Chris Berkhout 2021-08-10 14:16:21 +02:00
parent 637650245e
commit d19bc66c61
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ test:
script:
- poetry run isort src tests --check
- poetry run black src tests --check
- poetry run flake8
- poetry run flake8 src tests
- poetry run pytest
- poetry run coverage run --source=pricehist -m pytest
- poetry run coverage report