ADNC/.travis.yml
Joerg Franke 6c2a459dde update CI
2018-06-19 23:01:18 +02:00

12 lines
188 B
YAML

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