irctokens/.travis.yml

14 lines
203 B
YAML
Raw Normal View History

2020-03-11 11:41:40 +00:00
language: python
cache: pip
python:
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev"
install:
2020-03-23 16:54:05 +00:00
- pip3 install mypy -r requirements.txt
2020-03-11 11:41:40 +00:00
script:
- pip3 freeze
- mypy irctokens
- python3 -m unittest test