debian-python-raven/.travis.yml

21 lines
394 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "pypy"
env:
- DJANGO=1.2.7
- DJANGO=1.3.3
- DJANGO=1.4.1
install:
- sudo apt-get install libevent-dev
- pip install Django==$DJANGO --use-mirrors
- pip install -e . --use-mirrors
- make bootstrap-tests
script:
- make test
notifications:
irc:
channels: "irc.freenode.org#sentry"
on_success: change
on_failure: change