URI: 
       Make doctest output verbose - lefrecce - Retrieve information about next trains and stations via lefrecce.it
  HTML hg clone https://bitbucket.org/iamleot/lefrecce
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR changeset c2902a3cbce70ac978381f8850e29e9a1e238fa1
   DIR parent a026baa82b5ab5d5cee699a4355a98f989457801
  HTML Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon,  1 Jul 2019 03:09:26 
       
       Make doctest output verbose
       
       Diffstat:
        bitbucket-pipelines.yml |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r a026baa82b5a -r c2902a3cbce7 bitbucket-pipelines.yml
       --- a/bitbucket-pipelines.yml   Mon Jul 01 01:04:14 2019 +0000
       +++ b/bitbucket-pipelines.yml   Mon Jul 01 03:09:26 2019 +0200
       @@ -5,4 +5,4 @@
            - step:
                script:
                  - pip install requests
       -          - python -m doctest lefrecce.py
       +          - python -m doctest -v lefrecce.py