mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-11-04 04:38:26 +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
|
||||
Reference in New Issue
Block a user