Changeset b76b6b7 in sasview


Ignore:
Timestamp:
Mar 20, 2017 10:09:29 PM (7 years ago)
Author:
andyfaff
Children:
138b281
Parents:
b812771
git-author:
Andrew Nelson <andyfaff@…> (03/20/17 22:07:06)
git-committer:
Andrew Nelson <andyfaff@…> (03/20/17 22:09:29)
Message:

BLD: trying to get travis to work

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rb812771 rb76b6b7  
    4141    # could install other dependencies, but they're locked to specific 
    4242    # versions in build/requirements.txt 
    43     - conda install --yes python=$PY numpy scipy matplotlib cython pylint 
     43    - conda install --yes python=$PY numpy scipy matplotlib cython pylint pyparsing=1.5.5 
    4444    - sudo apt-get update; sudo apt-get install python-pyopencl 
    4545     
     
    5454   
    5555script: 
    56   - export WORKSPACE=/home/travis/build/SasView/ 
    57   - cd $WORKSPACE 
     56  - cd .. 
     57  # this should be the directory above the sasview directory, where we want to 
     58  # clone the sasmodels 
     59  - export WORKSPACE=$(pwd) 
     60  #- export WORKSPACE=/home/travis/build/SasView/ 
     61  #- cd $WORKSPACE 
    5862  - git clone --depth=50 --branch=master https://github.com/SasView/sasmodels.git sasmodels 
    59   - export PYTHONPATH=$WORKSPACE/sasview-install:$WORKSPACE/utils:$PYTHONPATH 
     63  #- export PYTHONPATH=$WORKSPACE/sasview/sasview-install:$WORKSPACE/sasview/utils:$PYTHONPATH 
    6064  - cd $WORKSPACE 
    6165  - ls -ltr 
  • build_tools/travis_build.sh

    r68e6ac8 rb76b6b7  
    1 # Simplified build for Travic CI 
     1# Simplified build for Travis CI 
    22# No documentation is built 
    33export PATH=$PATH:/usr/local/bin/ 
Note: See TracChangeset for help on using the changeset viewer.