ircrobots/.travis.yml

13 lines
183 B
YAML
Raw Normal View History

2020-04-02 19:18:41 +02:00
language: python
cache: pip
python:
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev"
install:
- pip3 install mypy -r requirements.txt
script:
- pip3 freeze
- mypy ircrobots examples