Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 64deb04

Browse files
committed
add python 3.8 and mypy test
1 parent ba8f3db commit 64deb04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/style.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
max-parallel: 4
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.7]
11+
python-version: [3.7, 3.8]
1212

1313
runs-on: ${{ matrix.os }}
1414

@@ -24,5 +24,7 @@ jobs:
2424
pip install tox tox-gh-actions
2525
- name: Test flake8 syntax with tox
2626
run: tox -e flake8
27+
- name: Test mypy typing with tox
28+
run: tox -e mypy
2729
- name: bandit static check
2830
run: tox -e bandit

0 commit comments

Comments
 (0)