4
0
mirror of https://github.com/jesopo/irctokens synced 2024-06-18 13:57:06 +00:00
irctokens/.travis.yml

14 lines
181 B
YAML

language: python
cache: pip
python:
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev"
- "nightly"
install:
- pip3 install mypy
script:
- mypy irctokens
- python3 -m unittest test