mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
25 lines
455 B
YAML
25 lines
455 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- 2.7
|
|
addons:
|
|
postgresql: 9.6
|
|
env:
|
|
- PLUGIN=livesync
|
|
- PLUGIN=payment_paypal
|
|
before_install:
|
|
- pip install -U pip setuptools
|
|
- pip install https://github.com/indico/indico/archive/master.zip
|
|
install:
|
|
- cd "${TRAVIS_BUILD_DIR}/${PLUGIN}"
|
|
- pip install -e .
|
|
script:
|
|
- pytest
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- 'chat.freenode.net#indico'
|
|
use_notice: true
|
|
skip_join: true
|