Initial typing support

This enables type checking in CI and marks the project as typed.
This commit is contained in:
pgjones 2021-04-23 09:44:15 +01:00
parent c791f6312b
commit f405c6f19e
7 changed files with 49 additions and 0 deletions

View file

@ -31,6 +31,7 @@ jobs:
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
- {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
- {name: Typing, python: '3.9', os: ubuntu-latest, tox: typing}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2