0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-27 10:29:03 +00:00
alerta_alerta/.travis.yml
2013-06-26 23:29:27 +01:00

10 lines
220 B
YAML

language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
script: nosetests tests/test_alert.py tests/test_status.py