forked from ilastik/lazyflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
31 lines (30 loc) · 985 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
language: python
python:
- "2.7"
install:
- sudo apt-get install -y libboost-python-dev
- sudo apt-get install -y libjpeg-dev
- sudo apt-get install -y libtiff4-dev
- sudo apt-get install -y libpng12-dev
- sudo apt-get install -y libfftw3-dev
- sudo apt-get install -y libhdf5-serial-dev
- sudo apt-get install -y cmake
- pip install -r requirements/development-stage1.txt --use-mirrors
- sudo apt-get install -y mercurial
- sudo sh .travis_scripts/install_vigra.sh $VIRTUAL_ENV
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
- sudo sh .travis_scripts/build_drtile.sh $VIRTUAL_ENV
- git submodule init
- git submodule update
- mkdir ~/.lazyflow
- echo "[verbosity]" > ~/.lazyflow/config
- echo "deprecation_warnings = false" >> ~/.lazyflow/config
script:
- nosetests --nologcapture tests
notifications:
email:
branches:
only:
- master