From 2f8b10f3c734a63e124e527b958478091fcc6c97 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 24 Oct 2018 19:24:39 -0400 Subject: [PATCH] travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfb1f56..092b175 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)