aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Valentin Lorentz2019-11-01 07:10:35 +0100
committerGravatar jesopo2019-11-01 06:10:35 +0000
commit135020b42f799976e734125a59efb34a997b7698 (patch)
tree70ec5d21be34914e777eb86bf4ddc7a8414b2994 /.travis.yml
parentupdate CHANGELOG.md (diff)
signature
Add .travis.yml to run mypy. (#192)
* Add typing to modules/tfl.py. * Add .travis.yml to run mypy.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..ec70dc6b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: python
+cache: pip
+python:
+ - "3.6"
+ - "3.7"
+ - "3.8"
+ - "3.8-dev"
+ - "nightly"
+install:
+ - pip3 install mypy -r requirements.txt
+script:
+ - mypy --ignore-missing-imports src ./bitbotd modules/