This commit is contained in:
Moe Poi ~ 2020-04-12 15:38:26 +07:00
commit 39ae303a68

13
.gitlab-ci.yml Normal file
View 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