mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-24 18:16:25 +00:00
PEP8 style fixes
This commit is contained in:
6
.github/workflows/python-tests.yml
vendored
6
.github/workflows/python-tests.yml
vendored
@@ -36,6 +36,9 @@ jobs:
|
||||
run: |
|
||||
cd docs
|
||||
make html
|
||||
- name: Check code style
|
||||
run: |
|
||||
flake8 *.py parsedmarc/*.py
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
coverage run tests.py
|
||||
@@ -45,9 +48,6 @@ jobs:
|
||||
python setup.py install
|
||||
parsedmarc --debug -c ci.ini samples/aggregate/*
|
||||
parsedmarc --debug -c ci.ini samples/forensic/*"
|
||||
- name: Check code style
|
||||
run: |
|
||||
flake8 *.py parsedmarc/*.py
|
||||
- name: Test building packages
|
||||
run: |
|
||||
python3 setup.py sdist
|
||||
|
||||
Reference in New Issue
Block a user