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:
Hugo Osvaldo Barrera 2021-08-07 17:23:10 +02:00
parent ecb181d9d7
commit 7a7deffa2c

6
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,6 @@
python37:
image: python:3.7
before_script:
- make -e install-dev
script:
- make -e ci-test