Update pythonapp.yml

This commit is contained in:
Narbeh
2020-02-06 16:50:23 +04:00
committed by GitHub
parent 82698dafa6
commit f8c0a102c7

View File

@@ -1,4 +1,4 @@
name: Python application
name: Python SSL Checker
on:
push:
@@ -27,7 +27,8 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
- name: Test the script
run: |
pip install pytest
pytest
python ssl_checker.py
python ssl_checker.py -H google.com
python ssl_checker.py -H google.com -j