ircstates/.travis.yml

15 lines
204 B
YAML

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 ircstates
- python3 -m unittest test