indico-plugins/.travis.yml
2017-11-07 16:14:28 +01:00

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