4
0
mirror of https://github.com/jesopo/ircrobots synced 2024-06-18 13:57:06 +00:00
ircrobots/.travis.yml
2020-04-27 00:44:31 +01:00

13 lines
227 B
YAML

language: python
cache: pip
python:
- "3.7"
- "3.8"
- "3.8-dev"
install:
- pip3 install mypy -r requirements.txt
script:
- pip3 freeze
- mypy ircrobots examples --ignore-missing-imports
- python3 -m unittest test