ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 20f07dbc was
ed8f27e7,
checked in by ajj, 8 years ago
|
More travis fixing to get scipy to compile
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | # Test Travis CL |
---|
2 | |
---|
3 | language: python |
---|
4 | python: |
---|
5 | - "2.7" |
---|
6 | # whitelist |
---|
7 | branches: |
---|
8 | only: |
---|
9 | - master |
---|
10 | # command to install dependencies |
---|
11 | virtualenv: |
---|
12 | system_site_packages: true |
---|
13 | before_install: |
---|
14 | - 'if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then sudo apt-get update;sudo apt-get install python-matplotlib libhdf5-serial-dev python-h5py fglrx opencl-headers python-pyopencl gfortran libblas-dev liblapack-dev libatlas-dev; fi' |
---|
15 | |
---|
16 | install: |
---|
17 | - pip install -r build_tools/requirements.txt |
---|
18 | |
---|
19 | before_script: |
---|
20 | - "export DISPLAY=:99.0" |
---|
21 | - "sh -e /etc/init.d/xvfb start" |
---|
22 | - sleep 3 # give xvfb some time to start |
---|
23 | |
---|
24 | script: |
---|
25 | - export WORKSPACE=/home/travis/build/SasView/ |
---|
26 | - cd $WORKSPACE |
---|
27 | - git clone --depth=50 --branch=master https://github.com/SasView/sasmodels.git sasmodels |
---|
28 | - export PYTHONPATH=$WORKSPACE/sasview-install:$WORKSPACE/utils:$PYTHONPATH |
---|
29 | - cd $WORKSPACE |
---|
30 | - ls -ltr |
---|
31 | - if [ ! -d "utils" ]; then mkdir utils; fi |
---|
32 | - /bin/sh -xe sasview/build_tools/travis_build.sh |
---|
33 | # - /bin/sh -xe sasview/build_tools/jenkins_linux_test.sh |
---|
34 | - export LC_ALL=en_US.UTF-8 |
---|
35 | - export LANG=en_US.UTF-8 |
---|
36 | # - python setup.py docs; echo 0 |
---|
37 | # - python setup.py bdist_egg --skip-build |
---|
38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.