From 7a7deffa2cbf67ba2184a92a532070c23bd554f9 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 7 Aug 2021 17:23:10 +0200 Subject: [PATCH] Run test on Python 3.7 Run these on a synthetic environment, since no distribution seems to currently ship this version. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..8ccb5ba --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +python37: + image: python:3.7 + before_script: + - make -e install-dev + script: + - make -e ci-test