diff --git a/.travis.yml b/.travis.yml index 092b175..db357b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jobs: - pip install -e .[test] script: - - mypy . --txt-report . --scripts-are-modules; cat index.txt; rm index.txt + - mypy aioupnp --txt-report . --scripts-are-modules; cat index.txt; rm index.txt - &tests stage: test