mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Fix travis builds
This commit is contained in:
parent
4515d8c0a6
commit
6fc2ffe93b
@ -7,12 +7,13 @@ addons:
|
||||
env:
|
||||
- PLUGIN=livesync
|
||||
before_install:
|
||||
- pip install -U pip setuptools
|
||||
# Flask-PluginEngine is not on PyPI yet, so we need to install it from git
|
||||
- pip install git+https://github.com/indico/flask-pluginengine.git
|
||||
# We can't use pip install indico from Git directly because of cds-indico-extras :(
|
||||
- git clone https://github.com/indico/indico.git /tmp/indico
|
||||
- cd /tmp/indico
|
||||
- pip install -r requirements.txt
|
||||
- grep -v indico-fonts requirements.txt | pip install -r /dev/stdin
|
||||
- python setup.py develop
|
||||
install:
|
||||
- cd "${TRAVIS_BUILD_DIR}/${PLUGIN}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user