diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | reversing_tools/__init__.py | 0 | ||||
-rw-r--r-- | reversing_tools/abbott/__init__.py | 0 |
3 files changed, 1 insertions, 1 deletions
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 --- /dev/null +++ b/reversing_tools/__init__.py diff --git a/reversing_tools/abbott/__init__.py b/reversing_tools/abbott/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/reversing_tools/abbott/__init__.py |