Skip to content

Commit 7a7deff

Browse files
author
Hugo Osvaldo Barrera
committed
Run test on Python 3.7
Run these on a synthetic environment, since no distribution seems to currently ship this version.
1 parent ecb181d commit 7a7deff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
python37:
2+
image: python:3.7
3+
before_script:
4+
- make -e install-dev
5+
script:
6+
- make -e ci-test

0 commit comments

Comments
 (0)