nagios-http-json/.travis.yml
2020-03-03 09:48:10 +01:00

12 lines
219 B
YAML

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