This commit is contained in:
Jack Robison 2018-10-08 16:43:20 -04:00
parent 1098177bae
commit c0ef4337fa
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -4,12 +4,11 @@ language: python
python: "3.7"
before_install:
- pip install pylint coverage mypy
- pip install pylint coverage mypy lxml
- pip install -e .
- mypy . --txt-report . --scripts-are-modules; cat index.txt; rm index.txt
script:
# - pylint aioupnp
- mypy .
- HOME=/tmp coverage run --source=aioupnp -m unittest -v
after_success: