mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Run test on Python 3.7
Run these on a synthetic environment, since no distribution seems to currently ship this version.
This commit is contained in:
parent
ecb181d9d7
commit
7a7deffa2c
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
python37:
|
||||
image: python:3.7
|
||||
before_script:
|
||||
- make -e install-dev
|
||||
script:
|
||||
- make -e ci-test
|
||||
Loading…
Reference in a new issue