lnbits-legend/.travis.yml

17 lines
219 B
YAML
Raw Normal View History

2020-04-27 19:01:53 +02:00
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install pytest pytest-cov codecov
script:
- pytest --cov=lnbits
after_success:
- codecov