mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2024-11-13 00:26:54 +00:00
11 lines
91 B
YAML
11 lines
91 B
YAML
language: python
|
|
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
- "3.9"
|
|
|
|
script:
|
|
- pytest -v
|