ircrobots/.travis.yml

13 lines
223 B
YAML
Raw Normal View History

2020-04-02 17:18:41 +00:00
language: python
cache: pip
python:
- "3.7"
- "3.8"
2022-01-07 11:41:35 +00:00
- "3.9"
2020-04-02 17:18:41 +00:00
install:
- pip3 install mypy -r requirements.txt
script:
- pip3 freeze
- mypy ircrobots examples --ignore-missing-imports
2020-04-26 23:44:31 +00:00
- python3 -m unittest test