travis
This commit is contained in:
parent
0d01972b9b
commit
2f8b10f3c7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
- pip install -e .[test]
|
||||
|
||||
script:
|
||||
- HOME=/tmp coverage run --source=aioupnp -m unittest -v
|
||||
- HOME=/tmp coverage run -m unittest discover -v tests
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue