bitbot-3.11-fork/.travis.yml
Valentin Lorentz 135020b42f Add .travis.yml to run mypy. (#192)
* Add typing to modules/tfl.py.

* Add .travis.yml to run mypy.
2019-11-01 06:10:35 +00:00

12 lines
210 B
YAML

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/