Add .gitlab-ci.yml

This commit is contained in:
Moe Poi ~ 2020-04-12 08:32:16 +00:00
parent 04d683c42c
commit daafae17d3

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 -m Nepgear