forked from StackStorm/st2contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (37 loc) · 772 Bytes
/
.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
33
34
35
36
37
language: python
python: 2.7
sudo: false
os:
- linux
env:
global:
- "PIP_DOWNLOAD_CACHE=$HOME/.pip-cache"
matrix:
- "TASK=flake8"
- "TASK=pylint"
- "TASK=configs-check"
- "TASK=metadata-check"
- "TASK=packs-resource-register"
- "TASK=packs-tests"
- "TASK=packs-missing-tests-check"
services:
# Note: MongoDB and RabbitMQ is needed for packs-resource-register check
- mongodb
- rabbitmq
addons:
apt:
packages:
- git # needed by git-changes scripts
- libsox-dev # needed by witai pack
- freetds-dev # needed by mssql package
cache:
apt: true
directories:
- $HOME/.pip-cache/
install:
- pip install --upgrade pip
script:
- ./scripts/travis.sh
notifications:
email: