mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2024-11-01 03:06:54 +00:00
10 lines
79 B
YAML
10 lines
79 B
YAML
|
language: python
|
||
|
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.5"
|
||
|
- "3.6"
|
||
|
|
||
|
script:
|
||
|
- pytest -v
|