mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-02-01 12:28:29 +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
|
# sync_ics2gcal
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/b4tman/sync_ics2gcal.svg?branch=master)](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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user