ADNC/.travis.yml

14 lines
187 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
- pip install -e .
2018-06-20 04:51:17 +08:00
script:
2018-06-20 05:16:00 +08:00
- pytest --cov=adnc test