1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00
seahub/.travis.yml
2014-09-22 16:40:26 +08:00

21 lines
762 B
YAML

language: python
before_install:
# build/init/start ccnet-server/seafile-server
- git clone --depth=1 --branch=master git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
- cd /tmp/seafile-test-deploy && ./bootstrap.sh && cd -
# install phantomjs
- ./tests/install-deps.sh
script:
- ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test
env:
- CCNET_CONF_DIR=/tmp/ccnet SEAFILE_CONF_DIR=/tmp/seafile-data
install:
- pip install -r requirements.txt --allow-all-external --allow-unverified Djblets --allow-unverified PIL
- pip install -r test-requirements.txt
notifications:
email:
recipients:
- xiez1989@gmail.com
- imwhatiam123@gmail.com
- linshuai2012@gmail.com