Changeset b76b6b7 in sasview for .travis.yml


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

BLD: trying to get travis to work

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.