Add initial bitbucket pipeline - 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
---
(DIR) changeset 0b31393dbaad2cf401388bb585f597d7d7f02eb3
(DIR) parent fd3438af2dcdfc34c9d0f0e22ddfe3b7f1ea367d
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 1 Jul 2019 02:59:52
Add initial bitbucket pipeline
Diffstat:
bitbucket-pipelines.yml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff -r fd3438af2dcd -r 0b31393dbaad bitbucket-pipelines.yml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml Mon Jul 01 02:59:52 2019 +0200
@@ -0,0 +1,8 @@
+image: python:3.7
+
+pipelines:
+ default:
+ - step:
+ script:
+ - pip install requests
+ - python -m doctest lefrecce.py