From 4ddcddcf1c9b7136e3acad9d133e1299e28a671d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 22 Mar 2020 19:09:50 +0000 Subject: Check type annotations for tools with mypy, too. This requires the released version of usbmon-tools. --- .travis.yml | 2 +- reversing_tools/__init__.py | 0 reversing_tools/abbott/__init__.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 reversing_tools/__init__.py create mode 100644 reversing_tools/abbott/__init__.py diff --git a/.travis.yml b/.travis.yml index 5fabe5c..b7bf5c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ addons: script: - py.test - - if [[ $RUN_MYPY != false ]]; then mypy glucometerutils; fi + - if [[ $RUN_MYPY != false ]]; then mypy glucometerutils reversing_tools; fi - python setup.py bdist_wheel - pip install ./dist/glucometerutils-*.whl - if [[ $PRE_COMMIT ]]; then pre-commit install; pre-commit run --all-files; fi diff --git a/reversing_tools/__init__.py b/reversing_tools/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/reversing_tools/abbott/__init__.py b/reversing_tools/abbott/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3