PEP8 style fixes

This commit is contained in:
Sean Whalen
2022-01-05 10:59:00 -05:00
parent 8259f6866f
commit dcdc210ab6
5 changed files with 11 additions and 7 deletions

View File

@@ -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