Quintal-Grabber/bitbucket-pipelines.yml

10 lines
No EOL
176 B
YAML

image: python:3.7.3
pipelines:
default:
- step:
caches:
- pip
script:
- pip install -r requirements.txt
- python -m Nepgear