debian-django-statsd-mozilla/.travis.yml

15 lines
328 B
YAML
Raw Normal View History

2012-03-08 00:55:08 +01:00
language: python
2014-09-02 18:09:32 +02:00
env:
- DJANGO=1.6
- DJANGO=1.7
2012-03-08 00:55:08 +01:00
python:
- "2.6"
- "2.7"
2014-09-18 00:55:11 +02:00
- "pypy"
2014-09-02 18:09:32 +02:00
install:
- pip install -r requirements.txt -r optional.txt --use-mirrors
2014-09-02 18:26:08 +02:00
- pip install "Django<${DJANGO}" --use-mirrors
script: DJANGO_SETTINGS_MODULE='django_statsd.test_settings' nosetests
2012-07-04 18:35:06 +02:00
notifications:
irc: "irc.mozilla.org#amo-bots"