1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-09-21 08:58:03 +00:00
sync_ics2gcal/.travis.yml

11 lines
90 B
YAML
Raw Normal View History

2018-04-10 06:16:38 +00:00
language: python
python:
2019-07-23 16:53:41 +00:00
- "3.5"
2018-04-10 06:16:38 +00:00
- "3.6"
2020-02-01 10:22:02 +00:00
- "3.7"
- "3.8"
2018-04-10 06:16:38 +00:00
script:
- pytest -v