forked from ome/openmicroscopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (23 loc) · 837 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
language: java
env:
- BUILD="build-python"
- BUILD="build-java"
matrix:
fast_finish: true
jdk:
- openjdk7
before_install:
- sudo apt-get -qq update
- travis_retry sudo apt-get install -qq git
- travis_retry sudo apt-get install -qq zeroc-ice34
- travis_retry sudo apt-get install -qq python-imaging python-numpy python-tables python-genshi
- git config github.token 3bc7fc530b01081559eb911f59ccfec7f4fb2592
- git config --global user.email [email protected]
- git config --global user.name 'Snoopy Crime Cop'
- sudo pip install scc pytest
- scc travis-merge
- if [[ $BUILD == 'build-python' ]]; then travis_retry sudo pip install flake8; fi
install:
# Running python tests as script, since there's no compile step.
script:
- ./components/tools/travis-build $BUILD