This commit is contained in:
Jack Robison 2018-10-24 19:24:39 -04:00
parent 0d01972b9b
commit 2f8b10f3c7
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -22,7 +22,7 @@ jobs:
- pip install -e .[test] - pip install -e .[test]
script: script:
- HOME=/tmp coverage run --source=aioupnp -m unittest -v - HOME=/tmp coverage run -m unittest discover -v tests
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)