From 24fc110046a87cbc05f8d8dd79419e289f5ec272 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Wed, 19 Nov 2014 16:26:07 +0100 Subject: [PATCH] Remove old livesync travis config --- livesync/.travis.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 livesync/.travis.yml diff --git a/livesync/.travis.yml b/livesync/.travis.yml deleted file mode 100644 index 4c3cbca..0000000 --- a/livesync/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: python -python: - - 2.7 -addons: - postgresql: 9.2 -before_install: - # 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 - - python setup.py develop -install: - - cd $TRAVIS_BUILD_DIR - - python setup.py develop -script: - - py.test -notifications: - email: false - irc: - channels: - - 'chat.freenode.net#indico' - use_notice: true - skip_join: true