0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 03:33:59 +00:00
alerta_alerta/.travis.yml
Nick Satterly 945e256ca4 fix tests
2014-12-15 21:11:00 +00:00

10 lines
206 B
YAML

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