forked from refinery-platform/refinery-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (32 loc) · 1.1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: python
python:
- 2.7
services:
- postgresql
install:
- pip install -r requirements.txt
env:
- DJANGO_SETTINGS_MODULE=config.settings.dev
before_script:
- createuser --createdb --no-superuser --no-createrole vagrant
- createdb -O vagrant refinery
- cd refinery
- cp config/config.json.sample config/config.json
- python manage.py syncdb --migrate --noinput
- npm install --quiet -g grunt-cli karma bower
- cd ui && npm install && bower install && cd ../
script:
- pep8 --exclude=migrations ..
- python manage.py test analysis_manager
- python manage.py test annotation_server
- python manage.py test core
- python manage.py test data_set_manager
- python manage.py test file_server
- python manage.py test file_store
- python manage.py test galaxy_connector
- python manage.py test visualization_manager
- python manage.py test workflow_manager
- cd ui && grunt
notifications:
slack:
secure: nDs9Oj08nRizuD0edl6WcrSgaTPMyITQjZc4qPZpt+yOxUehWbrAmVhqYypfyvdj4qSi1E72rPTXftuBB1E1IZBgX4CCkrCkWGLgIxHaaValTd64oOX66eC3BbSehQxuJB7w1DWw54xBUkTy6+ufjAqiwhLpoEUeE296urAWYHU=