bitbot-3.11-fork/.travis.yml

12 lines
196 B
YAML
Raw Normal View History

language: python
cache: pip
python:
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev"
install:
- pip3 install mypy -r requirements.txt
script:
- mypy --ignore-missing-imports src ./bitbotd modules/