repo.or.cz
/
cds-indico.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Not showing root folder attachments in contribs
[cds-indico.git]
/
.travis.yml
blob
003a7ebe94cbb3b387ec6bd57b6b8b0a8e849d21
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