mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
5 lines
98 B
YAML
5 lines
98 B
YAML
language: python
|
|
install: "pip install pytest pyyaml"
|
|
python:
|
|
- "2.7"
|
|
script: "py.test tests"
|