Add initial bitbucket pipeline - wr - Translate a term via WordReference.com
 (HTM) hg clone https://bitbucket.org/iamleot/wr
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset 7d636c17d89e6d1cb3187f22e0b4ea8c8546d249
 (DIR) parent c898dc9d346b0146418eec415fef0f87a41afca3
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed, 30 Oct 2019 10:25:50 
       
       Add initial bitbucket pipeline
       
       Diffstat:
        bitbucket-pipelines.yml |  8 ++++++++
        1 files changed, 8 insertions(+), 0 deletions(-)
       ---
       diff -r c898dc9d346b -r 7d636c17d89e bitbucket-pipelines.yml
       --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
       +++ b/bitbucket-pipelines.yml   Wed Oct 30 10:25:50 2019 +0100
       @@ -0,0 +1,8 @@
       +image: python:3.7
       +
       +pipelines:
       +  default:
       +    - step:
       +        script:
       +          - pip install beautifulsoup4
       +          - python -m doctest -v wr.py