mirror of
https://github.com/JoergFranke/ADNC.git
synced 2024-11-17 22:08:04 +08:00
12 lines
188 B
YAML
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
|