ircevents/.travis.yml

14 lines
180 B
YAML
Raw Permalink Normal View History

2020-03-12 18:17:08 +00:00
language: python
cache: pip
python:
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev"
install:
2020-03-12 18:28:46 +00:00
- pip3 install -r requirements.txt
2020-03-12 18:17:08 +00:00
script:
- pip3 freeze
- python3 -m unittest test