ADNC/.travis.yml

12 lines
188 B
YAML
Raw Normal View History

2018-06-20 04:51:17 +08:00
sudo: false
language: python
python:
- 3.6
cache: pip
install:
2018-06-20 05:01:18 +08:00
- easy_install distribute
2018-06-20 04:59:29 +08:00
- pip install -r requirements.txt
2018-06-20 04:51:17 +08:00
script:
- pytest --cov-report term-missing --cov app -v