mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Run these on a synthetic environment, since no distribution seems to currently ship this version.
6 lines
105 B
YAML
6 lines
105 B
YAML
python37:
|
|
image: python:3.7
|
|
before_script:
|
|
- make -e install-dev
|
|
script:
|
|
- make -e ci-test
|