mirror of
https://github.com/JoergFranke/ADNC.git
synced 2024-11-17 13:58:03 +08:00
11 lines
167 B
YAML
11 lines
167 B
YAML
|
|
||
|
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
|