mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2024-12-22 14:34:58 +01:00
Merge branch 'master' of https://gitlab.com/moepoi/Quintal-Grabber
This commit is contained in:
commit
39ae303a68
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
image: "python:3.6-stretch"
|
||||||
|
stages: [ install, deploy ]
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
stage: install
|
||||||
|
script:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- python example.py
|
Loading…
Reference in a new issue