bitbucket-pipelines.yml - lefrecce - Retrieve information about next trains and stations via lefrecce.it
(HTM) hg clone https://bitbucket.org/iamleot/lefrecce
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
bitbucket-pipelines.yml
---
1 image: python:3.7
2
3 pipelines:
4 default:
5 - step:
6 script:
7 - pip install requests
8 - python -m doctest -v lefrecce.py