travis
This commit is contained in:
parent
1098177bae
commit
c0ef4337fa
1 changed files with 2 additions and 3 deletions
|
@ -4,12 +4,11 @@ language: python
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install pylint coverage mypy
|
- pip install pylint coverage mypy lxml
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
|
- mypy . --txt-report . --scripts-are-modules; cat index.txt; rm index.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# - pylint aioupnp
|
|
||||||
- mypy .
|
|
||||||
- HOME=/tmp coverage run --source=aioupnp -m unittest -v
|
- HOME=/tmp coverage run --source=aioupnp -m unittest -v
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue