-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.travis.yml
38 lines (37 loc) · 886 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
sudo: required
language: python
python:
- "3.5"
services:
- mongodb
addons:
apt:
sources:
- mongodb-3.2-precise
packages:
- mongodb-org-server
# services:
# - docker
install:
- pip install -r requirements-test.txt
- pip install -r requirements.txt
- pip install -e .
- python iso install provisions
# - docker build -t hackerfleet/hfos -f docker/Dockerfile.debian .
script: python setup.py test
# - docker run -i -t hackerfleet/hfos /etc/init.d/mongodb start && py.test tests
after_success:
- coveralls
notifications:
irc:
channels:
- "chat.freenode.org#hackerfleet"
on_success: change
use_notice: true
skip_join: true
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} ( %{duration}, %{build_url} )"
email:
recipients:
on_success: change