Changeset c10d5c63 in sasview


Ignore:
Timestamp:
Apr 4, 2017 2:12:57 PM (7 years ago)
Author:
andyfaff
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
c2e9949
Parents:
4b81e01
git-author:
Andrew Nelson <andyfaff@…> (03/20/17 22:07:06)
git-committer:
Andrew Nelson <andyfaff@…> (04/04/17 14:12:57)
Message:

BLD: trying to get travis to work

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r4b81e01 rc10d5c63  
    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 rc10d5c63  
    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.