1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-21 23:38:58 +00:00
sync_ics2gcal/.travis.yml

11 lines
91 B
YAML
Raw Normal View History

2018-04-10 09:16:38 +03:00
language: python
python:
- "3.6"
2020-02-01 13:22:02 +03:00
- "3.7"
2021-01-01 13:34:04 +03:00
- "3.8"
- "3.9"
2018-04-10 09:16:38 +03:00
script:
- pytest -v