diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | setup.cfg | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f219e0d..fb34a87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: - python: 3.9-dev install: - - pip install .[dev] + - pip install .[dev,tools] script: - pytest $PYTEST_OPTIONS @@ -43,6 +43,7 @@ hidapi = tools = click click_log + usbmon-tools dev = mypy pre-commit |