mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-11-04 20:48:29 +00:00
add Travis CI
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
|
||||||
|
script:
|
||||||
|
- pytest -v
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
# sync_ics2gcal
|
# sync_ics2gcal
|
||||||
|
|
||||||
|
[](https://travis-ci.org/b4tman/sync_ics2gcal)
|
||||||
|
|
||||||
Python scripts for sync .ics file with Google calendar
|
Python scripts for sync .ics file with Google calendar
|
||||||
|
|||||||
Reference in New Issue
Block a user