Changeset 85531bc in sasview for .travis.yml
- Timestamp:
- Mar 20, 2017 11:07:18 PM (8 years ago)
- Children:
- f28f33d5
- Parents:
- 138b281
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r138b281 r85531bc 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 cython pylint 43 - conda install --yes python=$PY numpy scipy cython pylint wxpython 44 44 - sudo apt-get update; sudo apt-get install python-pyopencl python-matplotlib 45 45 … … 58 58 # clone the sasmodels 59 59 - export WORKSPACE=$(pwd) 60 #- export WORKSPACE=/home/travis/build/SasView/61 #- cd $WORKSPACE62 60 - git clone --depth=50 --branch=master https://github.com/SasView/sasmodels.git sasmodels 63 #- export PYTHONPATH=$WORKSPACE/sasview/sasview-install:$WORKSPACE/sasview/utils:$PYTHONPATH 64 - cd $WORKSPACE 61 62 # required for documentation 63 - git clone --depth=50 --branch=master https://github.com/bumps/bumps.git 64 65 65 - ls -ltr 66 66 - if [ ! -d "utils" ]; then mkdir utils; fi 67 67 - /bin/sh -xe sasview/build_tools/travis_build.sh 68 # - /bin/sh -xe sasview/build_tools/jenkins_linux_test.sh69 68 - export LC_ALL=en_US.UTF-8 70 69 - export LANG=en_US.UTF-8
Note: See TracChangeset
for help on using the changeset viewer.