nagios-http-json/.travis.yml

12 lines
219 B
YAML
Raw Normal View History

2020-02-16 10:04:47 +01:00
language: python
python:
- "3.5"
- "3.6"
- "3.7"
install:
- pip install coverage
script:
- python -m unittest discover
- coverage run -m unittest discover
- coverage report -m --include check_http_json.py