mirror of
https://github.com/alerta/alerta.git
synced 2025-01-27 10:29:03 +00:00
10 lines
220 B
YAML
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
|