We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb181d commit 7a7deffCopy full SHA for 7a7deff
.gitlab-ci.yml
@@ -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