summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-22 20:09:50 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-03-23 17:38:07 +0100
commit4ddcddcf1c9b7136e3acad9d133e1299e28a671d (patch)
treecc2908370adddb1497cf2288514622c9bf178eee /.travis.yml
parentAdd an `all` extension that includes all dependencies. (diff)
downloadglucometerutils-4ddcddcf1c9b7136e3acad9d133e1299e28a671d.tar
glucometerutils-4ddcddcf1c9b7136e3acad9d133e1299e28a671d.tar.gz
glucometerutils-4ddcddcf1c9b7136e3acad9d133e1299e28a671d.tar.bz2
glucometerutils-4ddcddcf1c9b7136e3acad9d133e1299e28a671d.tar.lz
glucometerutils-4ddcddcf1c9b7136e3acad9d133e1299e28a671d.tar.xz
glucometerutils-4ddcddcf1c9b7136e3acad9d133e1299e28a671d.tar.zst
glucometerutils-4ddcddcf1c9b7136e3acad9d133e1299e28a671d.zip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 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