mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-04-18 02:58:36 +00:00
add Travis CI
This commit is contained in:
parent
e2d92458d3
commit
ada9ff547b
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
|
||||
|
||||
[](https://travis-ci.org/b4tman/sync_ics2gcal)
|
||||
|
||||
Python scripts for sync .ics file with Google calendar
|
||||
|
Loading…
x
Reference in New Issue
Block a user