Quintal-Grabber/bitbucket-pipelines.yml
2020-04-13 08:03:15 +00:00

10 lines
No EOL
176 B
YAML

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