ADNC/.travis.yml
Joerg Franke 6e39c70683 add CI
2018-06-19 22:51:17 +02:00

11 lines
167 B
YAML

sudo: false
language: python
python:
- 3.6
cache: pip
install:
- pip install --user -r requirements.txt
script:
- pytest --cov-report term-missing --cov app -v