Do not duplicate news entry when editing it
[cds-indico.git] / .travis.yml
blobcb53120fbd280248f2c890c774bb019d14735619
1 language: python
2 python:
3   - 2.7
4 addons:
5   postgresql: 9.2
6 install:
7   - pip install -r requirements.txt
8   - python setup.py develop
9 script:
10   - py.test -v
11 notifications:
12   email: false
13   irc:
14     channels:
15       - 'chat.freenode.net#indico'
16     use_notice: true
17     skip_join: true