Quintal-Grabber/bitbucket-pipelines.yml

10 lines
176 B
YAML
Raw Normal View History

2020-04-13 09:57:18 +02:00
image: python:3.7.3
pipelines:
default:
- step:
caches:
- pip
script:
- pip install -r requirements.txt
- python -m Nepgear