Skip to content

Commit

Permalink
python-app: update ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Feb 28, 2023
1 parent 8c9c245 commit 9343e99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, "3.10", 3.11]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,3 +35,7 @@ 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 installation
python3 -m pip install .
- name: Test usage
python3 -m pyipsw

0 comments on commit 9343e99

Please sign in to comment.