vdirsyncer/.gitlab-ci.yml
Hugo Osvaldo Barrera 7a7deffa2c Run test on Python 3.7
Run these on a synthetic environment, since no distribution seems to
currently ship this version.
2021-08-07 17:23:10 +02:00

6 lines
105 B
YAML

python37:
image: python:3.7
before_script:
- make -e install-dev
script:
- make -e ci-test