irctokens/.travis.yml

15 lines
226 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.tokenise
- python3 -m unittest test.format