yunohost/.travis.yml
2016-12-18 01:05:03 +01:00

5 lines
98 B
YAML

language: python
install: "pip install pytest pyyaml"
python:
- "2.7"
script: "py.test tests"