From 99103c5f273b06cb7a98b49fd0f63f80088ee0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 4 Oct 2020 20:15:19 +0100 Subject: Only run pytest for glucometerutils directory. This removes the need for having typing information applied to setup.py, which is just boilerplate. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8756a8e..6439f7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ addons: - libudev-dev script: - - pytest $PYTEST_OPTIONS + - pytest $PYTEST_OPTIONS glucometerutils -- cgit v1.2.3