Changes in .travis.yml [937529e:58918de] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r937529e r58918de  
    1212  system_site_packages: true 
    1313before_install: 
    14   - 'if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then sudo apt-get update;sudo apt-get install python-numpy python-scipy python-matplotlib libhdf5-serial-dev python-h5py fglrx opencl-headers; fi' 
     14  - 'if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then sudo apt-get update;sudo apt-get install python-numpy python-scipy python-matplotlib libhdf5-serial-dev python-h5py fglrx opencl-headers python-pyopencl; fi' 
    1515 
    1616install: 
    1717  - pip install -r build_tools/requirements.txt 
    18   - pip install pyopencl 
    1918 
    2019before_script: 
     
    3130  - ls -ltr 
    3231  - if [ ! -d "utils" ]; then mkdir utils; fi 
    33   - /bin/sh -xe sasview/build_tools/jenkins_linux_build.sh 
     32  - /bin/sh -xe sasview/build_tools/travis_build.sh 
    3433#  - /bin/sh -xe sasview/build_tools/jenkins_linux_test.sh 
    3534  - export LC_ALL=en_US.UTF-8 
Note: See TracChangeset for help on using the changeset viewer.