Initial Bitbucket Pipelines configuration - vt - Print definitions from Vocabolario Treccani
 (HTM) hg clone https://bitbucket.org/iamleot/vt
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset 9d349d0b0588c8da5e0bde285675c86c9e8c58a2
 (DIR) parent 32e9abbf0fbba62421ee32acdbc4f188074ffa53
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon,  1 Jul 2019 03:05:48 
       
       Initial Bitbucket Pipelines configuration
       
       Diffstat:
        bitbucket-pipelines.yml |  8 ++++++++
        1 files changed, 8 insertions(+), 0 deletions(-)
       ---
       diff -r 32e9abbf0fbb -r 9d349d0b0588 bitbucket-pipelines.yml
       --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
       +++ b/bitbucket-pipelines.yml   Mon Jul 01 03:05:48 2019 +0200
       @@ -0,0 +1,8 @@
       +image: python:3.7
       +
       +pipelines:
       +  default:
       +    - step:
       +        script:
       +          - pip install bs4
       +          - python -m doctest vt.py