ircstates/.travis.yml

14 lines
207 B
YAML
Raw Normal View History

2020-03-12 14:00:26 +00:00
language: python
cache: pip
python:
- "3.7"
- "3.8"
2022-01-07 11:39:30 +00:00
- "3.9"
2020-03-12 14:00:26 +00:00
install:
- pip3 install mypy types-cachetools -r requirements-dev.txt
before_script:
2020-03-12 14:00:26 +00:00
- pip3 freeze
script:
2020-03-12 14:00:26 +00:00
- python3 -m unittest test