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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3