bitbucket-pipelines.yml - wr - Translate a term via WordReference.com
(HTM) hg clone https://bitbucket.org/iamleot/wr
(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 beautifulsoup4
8 - python -m doctest -v wr.py