mypy refactor, improve coverage #12

Merged
jackrobison merged 9 commits from mypy-refactor into master 2019-05-22 09:05:10 +02:00
Showing only changes of commit 3ddec6ccf0 - Show all commits

View file

@ -12,7 +12,7 @@ jobs:
- pip install -e .[test]
script:
- mypy . --txt-report . --scripts-are-modules; cat index.txt; rm index.txt
- mypy aioupnp --txt-report . --scripts-are-modules; cat index.txt; rm index.txt
- &tests
stage: test