forked from OpenChemistry/tomviz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
48 lines (44 loc) · 894 Bytes
/
.travis.yml
File metadata and controls
48 lines (44 loc) · 894 Bytes
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
47
48
sudo: false
branches:
only:
- master
language: python
cache:
timeout: 1000
directories:
- $HOME/googletest-install
- $HOME/itk-install
- $HOME/paraview
- $HOME/paraview-build
- $HOME/python
- $HOME/qt-5.9.1
- $HOME/tbb2017_20160916oss
- $HOME/sha512s
matrix:
include:
- os: linux
dist: precise
python: 2.7
env: TASKS="pytest(acquisition), flake8, clang-format"
- os: linux
dist: precise
python: 3.4
env: TASKS="pytest(acquisition), flake8"
- language: generic
os: osx
osx_image: xcode8.3
env: TASKS="ctest"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
packages:
- clang-format-3.8
install:
- cd $HOME
- $TRAVIS_BUILD_DIR/scripts/travis/install.sh
script:
- cd $HOME
- env
- $TRAVIS_BUILD_DIR/scripts/travis/build.sh