This commit is contained in:
Jack Robison 2019-05-22 00:32:25 -04:00
parent 65dab4ce9f
commit 3ddec6ccf0
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

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