forked from VOLTTRON/volttron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (36 loc) · 1018 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
38
39
40
41
42
43
44
45
46
language: python
matrix:
include:
#precise with ones that don't include dist
- python: "2.7.6"
env: TOXENV=py276Precise
sudo: required
- python: "2.7.11"
env: TOXENV=py2711Precise
sudo: required
- dist: trusty
env: TOXENV=py276Trusty
sudo: required
python: "2.7.6"
- dist: trusty
env: TOXENV=py2711Trusty
sudo: required
python: "2.7.11"
before_install:
- sudo rm -vf /etc/apt/sources.list.d/*riak*
- sudo apt-get update -qq
- sudo apt-get install -y build-essential python-dev openssl libssl-dev libevent-dev
#- sudo bash -c "$(curl -L install.crate.io)"
#- ./services/core/MongodbHistorian/tests/mongosetup.sh
install:
- python2 bootstrap.py
# Installs testing toolkit
#- python2 bootstrap.py --crate
- python2 bootstrap.py --testing
script: ci-integration/run-tests.sh
notifications:
slack: volttron-team:EgnBsUcQ98b75kU59tV8TnEa
addons:
apt:
packages:
- oracle-java8-installer