From 3265ade33ce8124939cbf0c429e818d0cdca9f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 4 Oct 2020 20:16:47 +0100 Subject: Make sure to install usbmon-tools when enabling tools. Also make sure to install tools when running tests. --- .travis.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 diff --git a/setup.cfg b/setup.cfg index 31f766c..618e5a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,7 @@ hidapi = tools = click click_log + usbmon-tools dev = mypy pre-commit -- cgit v1.2.3