ADNC/.travis.yml

11 lines
167 B
YAML
Raw Normal View History

2018-06-20 04:51:17 +08:00
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