Added Bitbucket CI Configuration

This commit is contained in:
Moe Poi ~ 2020-04-13 07:57:18 +00:00
parent 65a693515f
commit d2937c8973

10
bitbucket-pipelines.yml Normal file
View file

@ -0,0 +1,10 @@
image: python:3.7.3
pipelines:
default:
- step:
caches:
- pip
script:
- pip install -r requirements.txt
- python -m Nepgear