Fix day filter
[cds-indico.git] / .travis.yml
blob003a7ebe94cbb3b387ec6bd57b6b8b0a8e849d21
1 language: python
2 python:
3   - 2.7
4 addons:
5   postgresql: 9.2
6 install:
7   - pip install -r requirements.txt --trusted-host indico-software.org
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