Changeset c10d5c63 in sasview for .travis.yml
- Timestamp:
- Apr 4, 2017 4:12:57 PM (8 years ago)
- 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/21/17 00:07:06)
- git-committer:
- Andrew Nelson <andyfaff@…> (04/04/17 16:12:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r4b81e01 rc10d5c63 41 41 # could install other dependencies, but they're locked to specific 42 42 # 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 44 44 - sudo apt-get update; sudo apt-get install python-pyopencl 45 45 … … 54 54 55 55 script: 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 58 62 - git clone --depth=50 --branch=master https://github.com/SasView/sasmodels.git sasmodels 59 - export PYTHONPATH=$WORKSPACE/sasview-install:$WORKSPACE/utils:$PYTHONPATH63 #- export PYTHONPATH=$WORKSPACE/sasview/sasview-install:$WORKSPACE/sasview/utils:$PYTHONPATH 60 64 - cd $WORKSPACE 61 65 - ls -ltr
Note: See TracChangeset
for help on using the changeset viewer.